Skip to content

Commit

Permalink
chore(deps-dev): auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored and github-actions[bot] committed Oct 22, 2024
1 parent 1b85829 commit 25a6991
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,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: debug-statements
- repo: https://github.com/PyCQA/autoflake
Expand All @@ -15,7 +15,7 @@ repos:
"--ignore-init-module-imports",
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.19.0
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: 24.4.2
rev: 24.10.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.12.1
hooks:
- id: mypy
args: ["--pretty"]
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args: ["--config", "setup.cfg"]

0 comments on commit 25a6991

Please sign in to comment.