Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 09af709

Browse files
[pre-commit.ci] pre-commit suggestions (#173)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 2c600a7 commit 09af709

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

44
ci:
55
autofix_prs: true
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
@@ -36,7 +36,7 @@ repos:
3636
#args: ["--write-changes"]
3737

3838
- repo: https://github.com/executablebooks/mdformat
39-
rev: 0.7.17
39+
rev: 0.7.18
4040
hooks:
4141
- id: mdformat
4242
additional_dependencies:
@@ -45,17 +45,17 @@ repos:
4545
- mdformat_frontmatter
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.6.5
48+
rev: v0.6.9
4949
hooks:
5050
- id: ruff-format
5151
- id: ruff
5252
args: ["--fix"]
5353

5454
- repo: https://github.com/tox-dev/pyproject-fmt
55-
rev: 2.2.3
55+
rev: 2.3.1
5656
hooks:
5757
- id: pyproject-fmt
5858
- repo: https://github.com/abravalheri/validate-pyproject
59-
rev: v0.19
59+
rev: v0.20.2
6060
hooks:
6161
- id: validate-pyproject

0 commit comments

Comments
 (0)