Logo
Explore Help
Sign In
oxbrbtx/PrimAITE
1
0
Fork 0
You've already forked PrimAITE
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
dev
PrimAITE/.flake8

21 lines
255 B
Plaintext
Raw Permalink Normal View History

Ran pre-commit hook on all files and performed changes to fix flake8 failures
2023-05-25 11:42:19 +01:00
[flake8]
max-line-length=120
extend-ignore =
D105
D107
D100
D104
E203
E712
D401
#1355 - Carried out full renaming in node.py, active_node.py, passive_node.py, and service_node.py to make params and variable names explicit. - Made the same renaming in the yaml laydown config files. - Added Type hints wherever I've been. - Added a custom NodeType in custom_typing.py to encompass the Union of ActiveNode, PassiveNode, ServiceNode.
2023-05-25 21:03:11 +01:00
F811
#1715 - Moved IPv4Address conversions to the NIC init. Mak wake_on_lan not optional. Ignored ANN002 and ANN003 in .flake8 so we don't get silly 'ANN002 Missing type annotation for *args' and 'ANN003 Missing type annotation for **kwargs' flake8 failures
2023-08-01 10:32:16 +01:00
ANN002
ANN003
Add self,cls to flake8-ann ignore list
2023-07-31 17:00:28 +01:00
ANN101
ANN102
Ran pre-commit hook on all files and performed changes to fix flake8 failures
2023-05-25 11:42:19 +01:00
exclude =
docs/source/*
Add self,cls to flake8-ann ignore list
2023-07-31 17:00:28 +01:00
tests/*
#1715 - Added suppress-none-returning and suppress-dummy-args to .flake8 as flake8-annotations can get very annoying
2023-08-01 08:19:28 +01:00
suppress-none-returning=True
suppress-dummy-args=True
Reference in New Issue Copy Permalink
Powered by Gitea Page: 142ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API