Skip to content

Commit 410e41b

Browse files
committed
setup.cfg: Added urls to config docs
1 parent 1802fa5 commit 410e41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[flake8]
2+
# https://flake8.pycqa.org/en/latest/user/configuration.html
23
max-line-length = 120
34

45
[isort]
@@ -8,6 +9,7 @@ multi_line_output = 3
89
include_trailing_comma = True
910

1011
[mypy]
12+
# https://mypy.readthedocs.io/en/stable/config_file.html
1113
disallow_untyped_defs = True
1214
warn_unused_ignores = True
1315
warn_return_any = True

0 commit comments

Comments
 (0)