Skip to content

Commit e98eb34

Browse files
committed
Exclude unnecessary directory in setup.cfg and added flake8 package in reqirements.txt for locally testing
1 parent ae56eb0 commit e98eb34

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
distlib==0.3.6
2-
filelock==3.12.2
3-
platformdirs==3.8.0
4-
virtualenv==20.23.1
1+
flake8==6.1.0
2+
mccabe==0.7.0
3+
pycodestyle==2.11.0
4+
pyflakes==3.1.0

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
[flake8]
22
max-line-length = 120
3+
exclude =
4+
.git,
5+
__pycache__,
6+
docs/source/conf.py,
7+
old,
8+
build,
9+
dist,
10+
venv

0 commit comments

Comments
 (0)