Skip to content

Commit fe5d2d1

Browse files
authored
Merge pull request #2604 from pythonarcade/hooks
update precommit hooks
2 parents b258f3b + c741d47 commit fe5d2d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
default_language_version:
2-
python: python3.9
2+
python: python3.10
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.5.0
12+
rev: v0.9.10
1313
hooks:
1414
# Run the linter.
1515
- id: ruff
1616
args: [ --fix ]
1717
# Run the formatter.
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: 'v1.10.1'
20+
rev: 'v1.15.0'
2121
hooks:
2222
- id: mypy
2323
args: [ --explicit-package-bases ]
2424
- repo: https://github.com/RobertCraigie/pyright-python
25-
rev: v1.1.370
25+
rev: v1.1.396
2626
hooks:
2727
- id: pyright

0 commit comments

Comments
 (0)