Skip to content

Commit 9bad3ed

Browse files
nsa-softpayclaude
andcommitted
Drop Python 3.8/3.9, add 3.12-3.14, bump all dependencies and hooks
Python 3.8 (EOL Oct 2024) and 3.9 (EOL Oct 2025) are no longer supported. This unblocks bumping to latest package versions. Runtime: Click 8.1.7→8.3.1, pytz 2024.1→2026.1.post1, PyYAML 6.0.1→6.0.3, requests 2.32.3→2.33.0, tabulate 0.9.0→0.10.0 Dev: mypy 1.10.1→1.19.1, pre-commit 3.3.3→4.5.1, pylint 3.2.5→4.0.5 Pre-commit hooks: mirrors-autopep8 v1.5.1→v2.0.4, pre-commit-hooks v2.5.0→v6.0.0, flake8 3.9.2→7.3.0, pyupgrade v1.27.0→v3.21.2, mirrors-isort v4.3.21→v5.10.1 Removed deprecated seed-isort-config (unnecessary with isort>=5). Updated Dockerfile base from python:3.8 to python:3.13. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 428f9fb commit 9bad3ed

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-autopep8
3-
rev: v1.5.1
3+
rev: v2.0.4
44
hooks:
55
- id: autopep8
66
- repo: https://github.com/pre-commit/pre-commit-hooks.git
7-
rev: v2.5.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-ast
@@ -26,19 +26,15 @@ repos:
2626
- id: requirements-txt-fixer
2727
- id: trailing-whitespace
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 3.9.2
29+
rev: 7.3.0
3030
hooks:
3131
- id: flake8
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v1.27.0
33+
rev: v3.21.2
3434
hooks:
3535
- id: pyupgrade
36-
args: ['--py3-plus']
37-
- repo: https://github.com/asottile/seed-isort-config
38-
rev: v1.9.4
39-
hooks:
40-
- id: seed-isort-config
36+
args: ['--py310-plus']
4137
- repo: https://github.com/pre-commit/mirrors-isort
42-
rev: v4.3.21
38+
rev: v5.10.1
4339
hooks:
4440
- id: isort

0 commit comments

Comments
 (0)