Skip to content

Commit 5c36195

Browse files
Auto-update pre-commit hooks (#451)
* Auto-update pre-commit hooks * Pre-commit fixes --------- Co-authored-by: SkafteNicki <24896311+SkafteNicki@users.noreply.github.com> Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
1 parent 65e83f6 commit 5c36195

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -14,7 +14,7 @@ repos:
1414
- id: detect-private-key
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.6
17+
rev: v0.14.10
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--unsafe-fixes"]
@@ -29,18 +29,18 @@ repos:
2929
exclude: pyproject.toml
3030

3131
- repo: https://github.com/igorshubovych/markdownlint-cli
32-
rev: v0.44.0
32+
rev: v0.47.0
3333
hooks:
3434
- id: markdownlint
3535
args: ["-c", ".github/markdownlint.json"]
3636

3737
- repo: https://github.com/crate-ci/typos
38-
rev: v1.39.2
38+
rev: v1
3939
hooks:
4040
- id: typos
4141

4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: v2.5.1
43+
rev: v2.11.1
4444
hooks:
4545
- id: pyproject-fmt
4646
additional_dependencies: [tox]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ classifiers = [
99
"Programming Language :: Python :: 3.11",
1010
"Programming Language :: Python :: 3.12",
1111
"Programming Language :: Python :: 3.13",
12+
"Programming Language :: Python :: 3.14",
1213
]
1314
dependencies = [
1415
"codespell>=2.4.1",

0 commit comments

Comments
 (0)