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.
2 parents 948dcfa + 95a8614 commit 40a62faCopy full SHA for 40a62fa
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ fail_fast: false
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: 'v0.8.1'
+ rev: 'v0.8.6'
7
hooks:
8
- id: ruff
9
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -19,7 +19,7 @@ repos:
19
- id: bandit
20
args: [--ini, .bandit]
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: 'v1.13.0' # Use the sha / tag you want to point at
+ rev: 'v1.14.1' # Use the sha / tag you want to point at
23
24
- id: mypy
25
additional_dependencies:
0 commit comments