We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394981d commit 1bc0fecCopy full SHA for 1bc0fec
.pre-commit-config.yaml
@@ -9,20 +9,20 @@ repos:
9
- id: check-merge-conflict
10
11
- repo: https://github.com/Lucas-C/pre-commit-hooks
12
- rev: v1.5.5
+ rev: v1.5.6
13
hooks:
14
- id: remove-tabs
15
exclude: 'Makefile|nist_energy_levels/.*\.txt$'
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.14.0
+ rev: v0.15.5
19
20
- id: ruff
21
args: ["--fix", "--exit-non-zero-on-fix"]
22
- id: ruff-format
23
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.18.2
+ rev: v1.19.1
26
27
- id: mypy
28
additional_dependencies: ["numpy >= 2.0", "pint >= 0.25.1"]
0 commit comments