Skip to content

Commit

Permalink
Merge pull request #26 from materialsvirtuallab/pre-commit-ci-update-…
Browse files Browse the repository at this point in the history
…config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
shyuep authored Oct 4, 2022
2 parents cd2aeb3 + 42f6a97 commit 31ea91e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black-jupyter

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
hooks:
- id: autoflake
args:
Expand All @@ -40,12 +40,12 @@ repos:
- --ignore-init-module-imports

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.981
hooks:
- id: mypy

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
rev: 1.5.2
hooks:
- id: nbqa-flake8
args: [--ignore=E402]
Expand All @@ -54,7 +54,7 @@ repos:
args: [--py38-plus]

- repo: https://github.com/kynan/nbstripout
rev: 0.6.0
rev: 0.6.1
hooks:
- id: nbstripout
args: [--drop-empty-cells, --keep-output]

0 comments on commit 31ea91e

Please sign in to comment.