Skip to content

Commit

Permalink
Add pre-commit.ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman authored Jan 2, 2024
1 parent 6c9f744 commit 9fc6e3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black

Expand All @@ -13,7 +13,7 @@ repos:
# args: [--remove, --include-star-import]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
exclude: docs
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.10
hooks:
- id: ruff

Expand All @@ -64,3 +64,6 @@ repos:
rev: v0.15
hooks:
- id: validate-pyproject

ci:
autoupdate_schedule: monthly

0 comments on commit 9fc6e3c

Please sign in to comment.