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 ac32aae commit 1f2bd23Copy full SHA for 1f2bd23
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- id: check-toml
9
- repo: https://github.com/quantco/pre-commit-mirrors-ruff
10
- rev: 0.4.3
+ rev: 0.12.7
11
12
- id: ruff-conda
13
- id: ruff-format-conda
14
- repo: https://github.com/quantco/pre-commit-mirrors-mypy
15
- rev: 1.10.0
+ rev: 1.17.1
16
17
- id: mypy-conda
0 commit comments