Skip to content

Commit

Permalink
chore(deps-dev): auto-update pre-commit hooks (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 12, 2023
1 parent a1320c6 commit bf9b325
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
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: debug-statements
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.2.0
hooks:
- id: autoflake
args:
Expand All @@ -15,7 +15,7 @@ repos:
"--ignore-init-module-imports",
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.10.1
hooks:
- id: pyupgrade
stages: [manual]
Expand All @@ -26,17 +26,17 @@ repos:
- id: isort
args: ["--settings", "setup.cfg"]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.7.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.5.0
hooks:
- id: mypy
args: ["--pretty"]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: ["--config", "setup.cfg"]

0 comments on commit bf9b325

Please sign in to comment.