Skip to content

Commit e9de809

Browse files
committed
excluding some files
1 parent e2d5754 commit e9de809

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ check = "mypy --install-types --non-interactive {args:src/codeaudit tests}"
5656

5757
[[tool.hatch.envs.hatch-test.matrix]]
5858
python = ["3.14", "3.13", "3.12", "3.11"]
59+
60+
[tool.black]
61+
target-version = ["py311", "py312", "py313"]
62+
extend-exclude ='(python2_file_willnotwork|dunderexec_with_parsing_error).py'

0 commit comments

Comments
 (0)