Skip to content

Commit

Permalink
Merge pull request #97 from dstansby/pre-commit-update
Browse files Browse the repository at this point in the history
Update pre-commit versions
  • Loading branch information
dstansby authored Nov 6, 2022
2 parents 6e4b7ff + 93b01b6 commit 8018242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ repos:
- id: isort
# Python code formatting
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
# Remove unused Python imports
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.7.7
hooks:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports"]
# Run mypy type validation
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.971'
rev: 'v0.982'
hooks:
- id: mypy
additional_dependencies: [types-setuptools]

0 comments on commit 8018242

Please sign in to comment.