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 Jul 21, 2024
1 parent 52fc2ae commit b3357d3
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,11 +1,11 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.16.0
hooks:
- id: pyupgrade
stages: [manual]
Expand All @@ -16,18 +16,18 @@ repos:
- id: isort
args: ["--settings", "setup.cfg"]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.0
hooks:
- id: mypy
args: ["--pretty"]
additional_dependencies: [types-python-dateutil, types-freezegun]
- 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 b3357d3

Please sign in to comment.