Skip to content

Commit

Permalink
chore(deps-dev): auto-update pre-commit hooks (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: disrupted <[email protected]>
  • Loading branch information
github-actions[bot] and disrupted authored Jan 17, 2024
1 parent 8100f5b commit 2c4b381
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
@@ -1,33 +1,33 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
stages: [manual]
args: ["--py310-plus"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--settings", "setup.cfg"]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.12.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.8.0
hooks:
- id: mypy
args: ["--pretty"]
additional_dependencies: [types-python-dateutil, types-freezegun]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args: ["--config", "setup.cfg"]

0 comments on commit 2c4b381

Please sign in to comment.