Skip to content

Commit

Permalink
Merge pull request #58 from sudlab/ns-rse/53-target-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Nov 20, 2024
2 parents aefd47d + 8a6ad54 commit 1c71d07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ omit = [

[tool.black]
line-length = 120
target-version = ['py38']
target-version = ['py39']
exclude = '''
(
Expand Down Expand Up @@ -171,7 +171,6 @@ exclude = [
]
# per-file-ignores = []
line-length = 120
target-version = "py310"
lint.select = [
"A", # flake8-builtins
"B", # flake8-bugbear
Expand Down

0 comments on commit 1c71d07

Please sign in to comment.