Skip to content

Commit

Permalink
⚙ pre-commit: Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Jan 2, 2024
1 parent 296a820 commit 44bd4b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ repos:
- id: check-ast

- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.10
hooks:
- args:
- --fix
- --exit-non-zero-on-fix
- --fix
- --exit-non-zero-on-fix
id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.8.0
hooks:
- additional_dependencies:
- types-setuptools
- types-setuptools
id: mypy

- repo: https://gitlab.com/vojko.pribudic/pre-commit-update
rev: v0.1.0
rev: v0.1.1
hooks:
- id: pre-commit-update

0 comments on commit 44bd4b5

Please sign in to comment.