mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update .flake8 to exclude .git directory (#11615)
This commit is contained in:
parent
e3a2d5cca8
commit
4e9ad7b6ae
1 changed files with 2 additions and 0 deletions
2
.flake8
2
.flake8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue