Commit Graph

5 Commits

Author SHA1 Message Date
Daniël van Noord
e01fa86c00
Remove the concept of checker priority (#6034)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-04-01 20:19:36 +02:00
orSolocate
5f33ca2257
Fix issue #5969 for modified_iterating-list (#5986)
When the list/dict/set being iterated through is a function call.

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-03-26 13:47:26 +01:00
Pierre Sassoulas
ec4a3f7f1e Add a pre-commit hook to check the copyright notice
Fix the existing file so they have a notice.
No header for setup.py or examples or doc
2022-03-24 13:06:15 +01:00
Pierre Sassoulas
9e0baf370a Simplify hard to maintain copyright notice
git is the source of truth for the copyright, copyrite (the tool)
was taking exponentially longer with each release, and it's
polluting the code with sometime as much as 50 lines of names.
2022-03-24 13:06:15 +01:00
orSolocate
2d560189f1
Add iterating-modified-list checker for modified lists (#5628) 2022-02-01 23:01:21 +01:00