Skip to content

Commit 1bc0fec

Browse files
update pre-commit config
1 parent 394981d commit 1bc0fec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ repos:
99
- id: check-merge-conflict
1010

1111
- repo: https://github.com/Lucas-C/pre-commit-hooks
12-
rev: v1.5.5
12+
rev: v1.5.6
1313
hooks:
1414
- id: remove-tabs
1515
exclude: 'Makefile|nist_energy_levels/.*\.txt$'
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.0
18+
rev: v0.15.5
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--exit-non-zero-on-fix"]
2222
- id: ruff-format
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.18.2
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: ["numpy >= 2.0", "pint >= 0.25.1"]

0 commit comments

Comments
 (0)