Commit Graph

16 Commits

Author SHA1 Message Date
Daniël van Noord
a6cb836da5
Update optdicts in `pyreverse` (#6209) 2022-04-12 19:39:16 +02:00
Daniël van Noord
651b37e1bc Add `Options and OptionsDict` to typing utils 2022-04-06 20:10:40 +02:00
Daniël van Noord
97cc6fc542 Create `_CallbackActions` for all option callbacks 2022-04-04 10:27:04 +02:00
Daniël van Noord
11c0f6ed55 Allow setting a `CallbackAction instead of "callback"` 2022-04-02 15:32:01 +02:00
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
Daniël van Noord
b9b81bec7b
Some refactors of configuration file discovery (#6052)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-04-01 19:53:24 +02: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
Daniël van Noord
595ec422d6
Update `pydocstringformatter` to 0.4.0 (#5787) 2022-02-10 19:30:15 +01:00
Pierre Sassoulas
e4a1935d88
Activate and fix existing use-set-for-membership checks (#5379)
* Activate and fix existing use-set-for-membership checks
2021-11-25 16:09:42 +01:00
Marc Mueller
21290866a2
Fix copyright links (#4647)
* Fix link in license header
* Update link to astroid bump_changelog
2021-07-01 12:47:58 +02:00
Matus Valo
8bb83f00b4
Moved stdlib module deprecation from imports checker to stdlib checker (#4454)
* Moved stdlib module deprecation from imports checker to stdlib checker

* Ignore deprecated-module error in pylint/config modules
2021-05-10 09:53:36 +02:00
Pierre Sassoulas
af52033971
Rename copying to license and upgrade the setup.cfg (#4338) 2021-04-11 15:29:34 +02:00
Pierre Sassoulas
9da9c6c5e9 Refactor from old style typing to new style typing 2021-03-31 00:01:42 +02:00
Pierre Sassoulas
5bed07eba9 Move from % string formatting syntax to f-string or .format() 2021-02-21 15:36:16 +01:00
Pierre Sassoulas
ee678cb960 Creating a file for OptionProviderMixin and helper functions 2020-05-03 14:40:55 +02:00