Skip to content

Commit

Permalink
build: update pre-commit hooks (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Nov 16, 2023
1 parent 3a56a9d commit b700dc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@ repos:
args: [--autofix, --indent, '2']

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: e7d0eab291c8a1565ca729002d82b077097115b8 # frozen: 0.27.0
rev: 357d3e737e31791d354a0fd947ac8777dfed16a0 # frozen: 0.27.1
hooks:
- id: check-dependabot
- id: check-github-workflows

- repo: https://github.com/tox-dev/pyproject-fmt
rev: c62cf3f1b4e12a69a98c556fedfa2b3f4d6b085c # frozen: 1.3.0
rev: aad4f7b0ce6bc6fb5d2ce835bafad5c65d2c88fb # frozen: 1.5.1
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 8a43105c597ef7067b5507451f4f1b07e5f6e26d # frozen: v0.1.3
rev: 3d440bd6c67653f33f1c89ff9d6d450685ef9bfc # frozen: v0.1.5
hooks:
- id: ruff-format
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 26de8945da573fe5d33a7bfb8bebfb57f7155020 # frozen: v1.6.1
rev: 4c8a8c7d5eb892ab5a6e23e11f36dbba5874d40c # frozen: v1.7.0
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down

0 comments on commit b700dc3

Please sign in to comment.