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 Jun 26, 2024
1 parent 1b85829 commit a0fef2b
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 @@ -15,7 +15,7 @@ repos:
"--ignore-init-module-imports",
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
stages: [manual]
Expand All @@ -31,12 +31,12 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
args: ["--pretty"]
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: ["--config", "setup.cfg"]

0 comments on commit a0fef2b

Please sign in to comment.