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.
pre-commit autoupdate
1 parent 66cde2d commit 7344710Copy full SHA for 7344710
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Fix end of files
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v6.0.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
12
# Lint and format
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
15
- rev: v0.6.3
+ rev: v0.13.0
16
17
# Run the linter.
18
- id: ruff
@@ -23,7 +23,7 @@ repos:
23
24
# Static type-checking with mypy
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: 'v1.11.2'
+ rev: 'v1.18.1'
27
28
- id: mypy
29
additional_dependencies: [types-requests]
0 commit comments