mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 11:09:43 +00:00
ItsDrike
ac23da55c5
This configuration was simply copied from my old Arch Linux system. There are some issues that still need to be solved, namely with fonts and missing bitcoin price script, but it's mostly minor.
12 lines
299 B
INI
12 lines
299 B
INI
[flake8]
|
|
max-line-length=119
|
|
extend-ignore=E203
|
|
extend-select=B902,B904
|
|
exclude=.venv,.git,.cache
|
|
ignore=
|
|
ANN002, # *args annotation
|
|
ANN003, # **kwargs annotation
|
|
ANN101, # self param annotation
|
|
ANN102, # cls param annotation
|
|
ANN204, # return type annotation for special methods
|