We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e9101 commit 06f6162Copy full SHA for 06f6162
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
# supported by your project here, or alternatively use
17
# pre-commit's default_language_version, see
18
# https://pre-commit.com/#top_level-default_language_version
19
- language_version: python3.10
+ language_version: python3.11
20
- repo: https://github.com/pycqa/isort
21
rev: 5.12.0
22
hooks:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.black]
2
line-length = 110
3
-target-version = ["py310"]
+target-version = ["py311"]
4
5
[tool.isort]
6
profile = "black"
@@ -26,7 +26,7 @@ select = [
26
"N", # pep8-naming
27
"W", # pycodestyle
28
]
29
-target-version = "py310"
+target-version = "py311"
30
extend-select = [
31
"RUF100", # Warn about unused noqa
32
0 commit comments