Skip to content

Commit 87fbfcd

Browse files
authored
Merge pull request #416 from JaGeo/pre-commit-ci-update-config
pre-commit autoupdate
2 parents cd12061 + 95baa8c commit 87fbfcd

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.13.3
13+
rev: v0.14.3
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -22,7 +22,7 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.20.0
25+
rev: v3.21.0
2626
hooks:
2727
- id: pyupgrade
2828
- repo: https://github.com/asottile/blacken-docs
@@ -55,6 +55,6 @@ repos:
5555
args: [--ignore-words-list, 'titel,alls,ans,nd,mater,nwo,te,hart,ontop,ist,ot,fo']
5656
types_or: [python, rst, markdown]
5757
- repo: https://github.com/RobertCraigie/pyright-python
58-
rev: v1.1.406
58+
rev: v1.1.407
5959
hooks:
6060
- id: pyright

0 commit comments

Comments
 (0)