Skip to content

Commit 9a2e9c5

Browse files
[pre-commit.ci] pre-commit suggestions (#258)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/crate-ci/typos: v1.26.0 → dictgen-v0.3.1](crate-ci/typos@v1.26.0...dictgen-v0.3.1) - [github.com/PyCQA/docformatter: 06907d0267368b49b9180eed423fae5697c1e909 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1) - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23) * Apply suggestions from code review * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent f56272f commit 9a2e9c5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/crate-ci/typos
26-
rev: v1.26.0
26+
rev: dictgen-v0.3.1
2727
hooks:
2828
- id: typos
2929
# empty to do not write fixes
@@ -37,7 +37,7 @@ repos:
3737
args: ["--in-place"]
3838

3939
- repo: https://github.com/executablebooks/mdformat
40-
rev: 0.7.17
40+
rev: 0.7.21
4141
hooks:
4242
- id: mdformat
4343
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
args: ["--print-width=79"]
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.6.9
58+
rev: v0.8.6
5959
hooks:
6060
# use black formatting
6161
- id: ruff-format
@@ -67,17 +67,17 @@ repos:
6767

6868
# it needs to be after formatting hooks because the lines might be changed
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.8.0
70+
rev: v1.14.1
7171
hooks:
7272
- id: mypy
7373
files: "src/*"
7474

7575
- repo: https://github.com/tox-dev/pyproject-fmt
76-
rev: 2.2.4
76+
rev: v2.5.0
7777
hooks:
7878
- id: pyproject-fmt
7979
additional_dependencies: [tox]
8080
- repo: https://github.com/abravalheri/validate-pyproject
81-
rev: v0.20.2
81+
rev: v0.23
8282
hooks:
8383
- id: validate-pyproject

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ classifiers = [
2828
"License :: OSI Approved :: MIT License",
2929
"Programming Language :: Python",
3030
"Programming Language :: Python :: 3 :: Only",
31-
"Programming Language :: Python :: 3.8",
3231
"Programming Language :: Python :: 3.9",
3332
"Programming Language :: Python :: 3.10",
3433
"Programming Language :: Python :: 3.11",
3534
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3636
"Topic :: Other/Nonlisted Topic",
3737
"Topic :: Software Development :: Libraries",
3838
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)