File: .flake8

package info (click to toggle)
scikit-optimize 0.10.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,736 kB
  • sloc: python: 10,668; javascript: 438; makefile: 139; sh: 6
file content (7 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[flake8]
; Use 100 if required in the project
max-line-length = 138
; E203 for black
; B008 does not like fastapi Depends
; B018: Found useless expression. Either assign it to a variable or remove it.
extend-ignore = E203,B008,B018