Update .flake8 to exclude .git directory (#11615)

This commit is contained in:
Yulong Wang 2022-05-24 19:43:02 -07:00 committed by GitHub
parent e3a2d5cca8
commit 4e9ad7b6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ per-file-ignores =
__init__.py:F401
format = [flake8 PEP8 ERROR] %(path)s:%(row)d:%(col)d: %(code)s %(text)s
exclude =
# ignore the .git directory
./.git,
# ignore default build directory
./build,
# ignore external dependency files