File: setup.cfg

package info (click to toggle)
pyrate-limiter 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,120 kB
  • sloc: python: 3,223; makefile: 21
file content (15 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
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