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 d796677 commit a65b2b3Copy full SHA for a65b2b3
.pre-commit-config.yaml
@@ -4,13 +4,13 @@ repos:
4
hooks:
5
- id: end-of-file-fixer
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.12.12
+ rev: v0.14.0
8
9
- id: ruff
10
args: [--fix, --exit-non-zero-on-fix]
11
- id: ruff-format
12
- repo: https://github.com/pre-commit/mirrors-mypy
13
- rev: v1.17.1
+ rev: v1.18.2
14
15
- id: mypy
16
additional_dependencies:
0 commit comments