We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bf898 commit 1b0a771Copy full SHA for 1b0a771
2 files changed
.github/workflows/validate.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v6
21
with:
22
- python-version: '3.13'
+ python-version: 3.14
23
- name: Install dependencies
24
run: python -m pip install pre-commit
25
- name: Cache pre-commit environments
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.black]
2
line-length = 79
3
skip-string-normalization = true
4
-target-version = ["py313"]
+target-version = ["py313", "py314"]
5
6
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
7
[tool.codespell]
0 commit comments