Skip to content

Commit

Permalink
Bump pre-commit hooks (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jun 18, 2023
1 parent 29ca302 commit 9e544ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ repos:
args:
- -disable-indent-size
- repo: https://github.com/asottile/pyupgrade
rev: "v3.3.1"
rev: "v3.6.0"
hooks:
- id: pyupgrade
args:
- --py310-plus
- repo: https://github.com/pycqa/autoflake
rev: "v2.0.1"
rev: "v2.1.1"
hooks:
- id: autoflake
args:
Expand All @@ -36,11 +36,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: "23.1.0"
rev: "23.3.0"
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: "1.13.0"
rev: "1.14.0"
hooks:
- id: blacken-docs
additional_dependencies: ["black==22.8.0"]
Expand All @@ -52,11 +52,11 @@ repos:
- flake8-bugbear==22.9.11
- flake8-comprehensions==3.10.0
- repo: https://github.com/sirosen/check-jsonschema
rev: "0.21.0"
rev: "0.23.2"
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.0.0"
rev: "v1.3.0"
hooks:
- id: mypy
args: ["--strict"]
Expand Down

0 comments on commit 9e544ae

Please sign in to comment.