Skip to content

Commit

Permalink
improvement(build): update "pyproject.toml" for including all files f…
Browse files Browse the repository at this point in the history
…or black

This includes all our Python files for black reformatting. The next
commit will do the actual reformatting.
  • Loading branch information
thom311 authored and erig0 committed Nov 2, 2023
1 parent 0834e64 commit b994aee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
target-versions = ["py37", "py38", "py39", "py310"]
include = '''
(
src/tests/unit/.*.py
\.py$
| \.py\.in$
| src/firewall-applet.in
| src/firewall-cmd.in
| src/firewall-config.in
| src/firewalld.in
| src/firewall-offline-cmd.in
)
'''

0 comments on commit b994aee

Please sign in to comment.