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 f1a0262 commit 95289eeCopy full SHA for 95289ee
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: isort
13
name: isort (python)
14
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15
- rev: v2.8.0
+ rev: v2.9.0
16
hooks:
17
- id: pretty-format-yaml
18
args: [--autofix]
@@ -24,11 +24,11 @@ repos:
24
25
- id: black
26
- repo: https://github.com/charliermarsh/ruff-pre-commit
27
- rev: v0.0.265
+ rev: v0.0.267
28
29
- id: ruff
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.2.0
+ rev: v1.3.0
32
33
- id: mypy
34
additional_dependencies: [types-requests, types-setuptools]
0 commit comments