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 c97d2e4 commit 576119aCopy full SHA for 576119a
.pre-commit-config.yaml
@@ -9,7 +9,6 @@ repos:
9
rev: 23.10.1
10
hooks:
11
- id: black
12
- args: [--target-version=py38]
13
14
- repo: https://github.com/PyCQA/bandit
15
rev: 1.7.5
pyproject.toml
@@ -78,7 +78,6 @@ package-dir = {"" = "src"}
78
version = {attr = "PIL.__version__"}
79
80
[tool.ruff]
81
-target-version = "py38"
82
line-length = 88
83
select = [
84
"E", # pycodestyle errors
0 commit comments