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 ba733ee commit 74a4aadCopy full SHA for 74a4aad
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate'
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: check-yaml
12
- id: check-toml
@@ -21,13 +21,13 @@ repos:
21
exclude: poetry.lock
22
args: [--autofix, --trailing-commas]
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.12.1
+ rev: v0.12.8
25
26
- id: ruff
27
args: [--fix]
28
- id: ruff-format
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.16.1
+ rev: v1.17.1
31
32
- id: mypy
33
additional_dependencies: [types-requests, types-setuptools]
0 commit comments