Skip to content

Commit

Permalink
Specify version of black expected
Browse files Browse the repository at this point in the history
Makes it easier to notice you have a different version installed
  • Loading branch information
jacalata committed Jun 7, 2024
1 parent 10b6ef2 commit 1f0b12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ packages = ["tabcmd"]
tabcmd = ["tabcmd.locales/**/*.mo"]
[tool.black]
line-length = 120
required-version = 22
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
extend-exclude = '^/bin/*'
[tool.mypy]
Expand Down

0 comments on commit 1f0b12c

Please sign in to comment.