Rahul2298 commited on
Commit
b2ad59c
·
verified ·
1 Parent(s): 1909be2

Delete setup.cfg

Browse files
Files changed (1) hide show
  1. setup.cfg +0 -26
setup.cfg DELETED
@@ -1,26 +0,0 @@
1
- [metadata]
2
- license_files = LICENSE
3
- version = attr: autotrain.__version__
4
-
5
- [isort]
6
- ensure_newline_before_comments = True
7
- force_grid_wrap = 0
8
- include_trailing_comma = True
9
- line_length = 119
10
- lines_after_imports = 2
11
- multi_line_output = 3
12
- use_parentheses = True
13
-
14
- [flake8]
15
- ignore = E203, E501, W503
16
- max-line-length = 119
17
- per-file-ignores =
18
- # imported but unused
19
- __init__.py: F401, E402
20
- src/autotrain/params.py: F401
21
- exclude =
22
- .git,
23
- .venv,
24
- __pycache__,
25
- dist
26
- build