Skip to content

Commit 73775f5

Browse files
authored
Merge pull request #379 from JaGeo/pre-commit-ci-update-config
pre-commit autoupdate
2 parents 5fa7001 + 447fc2f commit 73775f5

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
@@ -10,7 +10,7 @@ default_language_version:
1010
python: python3
1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.4
13+
rev: v0.9.9
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -37,7 +37,7 @@ repos:
3737
- id: rst-directive-colons
3838
- id: rst-inline-touching-normal
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.14.1
40+
rev: v1.15.0
4141
hooks:
4242
- id: mypy
4343
files: lobsterpy/.*
@@ -53,6 +53,6 @@ repos:
5353
args: [--ignore-words-list, 'titel,alls,ans,nd,mater,nwo,te,hart,ontop,ist,ot,fo']
5454
types_or: [python, rst, markdown]
5555
- repo: https://github.com/RobertCraigie/pyright-python
56-
rev: v1.1.393
56+
rev: v1.1.396
5757
hooks:
5858
- id: pyright

0 commit comments

Comments
 (0)