Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 4, 2023
1 parent 7701bee commit 33f620c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ completion = [
"argcomplete >= 2.0",
]
test = [
"tox >= 4.4",
"pytest >= 7.2",
"pytest-cov >= 4.0",
"tox >= 4.11.3",
"pytest >= 7.4",
"pytest-cov >= 4.1",
]
docs = [
"sphinx >= 6.1",
Expand All @@ -65,7 +65,7 @@ docs = [
"readthedocs-sphinx-search == 0.2.0",
]
linters = [
"pre-commit >= 3.0.4",
"pre-commit >= 3.4.0",
]

[tool.distutils.bdist_wheel]
Expand All @@ -76,7 +76,7 @@ multi_line_output = 3
profile = "black"

[tool.black]
target-version = ["py38", "py39", "py310", "py311", "py312"]
target-version = ["py38", "py39", "py310", "py311"] # , "py312"]

[tool.bandit]
exclude_dirs = ["tests"]
Expand Down

0 comments on commit 33f620c

Please sign in to comment.