Skip to content

Commit

Permalink
Merge pull request #12 from nstarman/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Sep 19, 2022
2 parents 2707274 + dd370ec commit e3f47cc
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 @@ -31,8 +31,8 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char

- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
hooks:
- id: autoflake
args:
Expand All @@ -41,12 +41,12 @@ repos:
- --remove-all-unused-imports

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v1.7.0
hooks:
- id: autopep8

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v2.38.0
hooks:
- id: pyupgrade
args:
Expand All @@ -64,15 +64,15 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
additional_dependencies: [toml]
- id: black-jupyter
additional_dependencies: [toml]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.4.0
rev: 1.5.0
hooks:
- id: nbqa-flake8
args:
Expand All @@ -81,8 +81,8 @@ repos:
args: [--py38-plus]
- id: nbqa-isort

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args:
Expand All @@ -92,7 +92,7 @@ repos:
- flake8-typing-imports==1.12.0

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.961'
rev: 'v0.971'
hooks:
- id: mypy
args:
Expand Down

0 comments on commit e3f47cc

Please sign in to comment.