File: setup.cfg

package info (click to toggle)
pyrate-limiter 3.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 3,092; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[flake8]
max-line-length = 120
ignore = E203, E401

# Code Climate still uses the 'pep8' section; renamed to 'pycodestyle' when used locally
[pep8]
max-line-length = 120
ignore = E203

[pycodestyle]
max-line-length = 120
ignore = E203

[tool.pylint]
disable = C0330,C0116,R0903,C0115,C0114,R0801