Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.981](pre-commit/mirrors-mypy@v0.961...v0.981)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.38.2](asottile/pyupgrade@v2.34.0...v2.38.2)
  • Loading branch information
pre-commit-ci[bot] authored and klieret committed Oct 24, 2022
1 parent e9e5271 commit 3b05ae2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
language_version: python3.7
Expand All @@ -22,24 +22,24 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-executables-have-shebangs
- repo: https://github.com/PyCQA/flake8
rev: '4.0.1' # pick a git hash / tag to point to
rev: '5.0.4' # pick a git hash / tag to point to
hooks:
- id: flake8
exclude: ^notebooks
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.961' # Use the sha / tag you want to point at
rev: 'v0.981' # Use the sha / tag you want to point at
hooks:
- id: mypy
exclude: "config_gen.py|conftest.py|notebooks/"
additional_dependencies:
- types-PyYAML
- repo: https://github.com/codespell-project/codespell
rev: 'v2.1.0'
rev: 'v2.2.1'
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand Down

0 comments on commit 3b05ae2

Please sign in to comment.