Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Sep 13, 2024
1 parent 3cad0c5 commit 8014be9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ repos:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.1
rev: 2.2.3
hooks:
- id: pyproject-fmt
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.5
hooks:
- id: ruff
args: [--fix]
Expand All @@ -60,12 +60,13 @@ repos:
# - pillow
# - pytest
- repo: https://github.com/murilo-cunha/mirrors-pyre
rev: v0.9.18
rev: v0.9.22
hooks:
- id: pyre-check
additional_dependencies:
- pytest
- rich
- types-beautifulsoup4
# - repo: https://github.com/hoefling/pre-commit-pytype
# rev: 2023.7.21
# hooks:
Expand Down

0 comments on commit 8014be9

Please sign in to comment.