1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-07-22 23:39:10 +02:00
parent e340013a92
commit 1ba9805373

View File

@ -8,6 +8,8 @@ lint.ignore = [
'TCH', # Microoptimization at the cost of readability
'D407', 'D413', # Weird documentation stuff
'D100', 'D101', 'D102', 'D103', 'D104', 'D105', 'D106', 'D107', 'D300', 'D401', # Missing docstrings (lots of work)
'TD002', 'TD003', 'TD004', 'FIX', # Who cares about TODO standards?
"E501", 'PLR0912', 'PTH123', 'F405', 'E402', 'PLW0603',
@ -19,7 +21,7 @@ lint.ignore = [
# Autofix
lint.fixable = [
'SIM', 'C', 'Q', 'D',
'SIM', 'C', 'Q',
'UP035', 'UP004', 'UP032', 'UP006', 'UP007', 'I001',
'F401', 'COM812', 'B011', 'PLR1722', 'PLR0402', 'S101',
]