Skip to content

Commit

Permalink
Merge pull request #6 from egeakman/pre-commit
Browse files Browse the repository at this point in the history
Bump versions in pre-commit config
  • Loading branch information
furkanonder authored Jan 12, 2024
2 parents 891658c + 9fc6e3c commit 50d6106
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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.10.1
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.6.1
rev: v1.8.0
hooks:
- id: mypy
exclude: docs
Expand All @@ -33,7 +33,7 @@ repos:
args: [--in-place]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand All @@ -50,12 +50,12 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.4.1
rev: 1.5.3
hooks:
- id: pyproject-fmt
additional_dependencies: [tox]
Expand All @@ -64,3 +64,6 @@ repos:
rev: v0.15
hooks:
- id: validate-pyproject

ci:
autoupdate_schedule: monthly

0 comments on commit 50d6106

Please sign in to comment.