Compare commits
No commits in common. "20448f2db2edd8190bec0b23437f074727035807" and "1f3f8db29fca6c06354d45e76cfda45877a16427" have entirely different histories.
20448f2db2
...
1f3f8db29f
|
@ -1 +1 @@
|
|||
__version__ = '0.1.30'
|
||||
__version__ = '0.1.29'
|
||||
|
|
|
@ -8,8 +8,6 @@ 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',
|
||||
|
@ -21,7 +19,7 @@ lint.ignore = [
|
|||
|
||||
# Autofix
|
||||
lint.fixable = [
|
||||
'SIM', 'C', 'Q',
|
||||
'SIM', 'C', 'Q', 'D',
|
||||
'UP035', 'UP004', 'UP032', 'UP006', 'UP007', 'I001',
|
||||
'F401', 'COM812', 'B011', 'PLR1722', 'PLR0402', 'S101',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user