We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba1362 commit cc68d1aCopy full SHA for cc68d1a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
@@ -9,7 +9,7 @@ repos:
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/pre-commit/mirrors-mypy
12
- rev: v1.17.0
+ rev: v1.17.1
13
14
- id: mypy
15
additional_dependencies:
@@ -19,7 +19,7 @@ repos:
19
- types-setuptools
20
- types-python-dateutil
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: 'v0.12.5'
+ rev: 'v0.12.10'
23
24
- id: ruff
25
args: ["--fix"]
0 commit comments