Skip to content

Commit 9bfff41

Browse files
authored
Merge pull request #296 from cleder/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ebf2abc + 7a876fb commit 9bfff41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ repos:
4141
# - id: docformatter
4242
# args: [--in-place, --make-summary-multi-line, --close-quotes-on-newline, --wrap-summaries, "88"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 'v0.11.13'
44+
rev: 'v0.12.0'
4545
hooks:
4646
- id: ruff
4747
- id: ruff-format
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: 7.2.0
49+
rev: 7.3.0
5050
hooks:
5151
- id: flake8
5252
additional_dependencies:
@@ -69,7 +69,7 @@ repos:
6969
- flake8-typing-imports
7070
- flake8-use-fstring
7171
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: v1.16.0
72+
rev: v1.16.1
7373
hooks:
7474
- id: mypy
7575
additional_dependencies:
@@ -87,7 +87,7 @@ repos:
8787
hooks:
8888
- id: pyprojectsort
8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.33.0"
90+
rev: "0.33.1"
9191
hooks:
9292
- id: check-github-workflows
9393
- id: check-github-actions

0 commit comments

Comments
 (0)