Skip to content

Commit d04197d

Browse files
committed
Exclude tomli from flake8
1 parent d88464d commit d04197d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ requires = environment-modules, bash, python >= 2.6, python < 3
88
[easy_install]
99

1010
[flake8]
11+
# Ignore vendored copy
12+
exclude = easybuild/tools/tomllib/tomli
13+
1114
max-line-length = 120
1215
# C4: Comprehensions
1316
extend-select = C4

0 commit comments

Comments
 (0)