Skip to content

Commit b5cfa44

Browse files
authored
Merge pull request #78236 from omochi/pythonlint-ignore-dotbuild
Exclude the build directory of `swift-xcodegen` from Python lint tests
2 parents 283ce7f + 736b0ed commit b5cfa44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ filename =
4444
exclude =
4545
.git,
4646
__pycache__,
47+
.build,
4748

4849
ignore =
4950
# The black tool treats slices consistently, the E203 warning is not PEP8

0 commit comments

Comments
 (0)