Releases: christopherpickering/pylint-per-file-ignores
Releases · christopherpickering/pylint-per-file-ignores
v1.3.2
1.3.2 (2023-09-20)
Bug Fixes
- keyerror: fixed keyerror that occours after isntalling but not configuring (23df922), closes #90
v1.3.1
1.3.1 (2023-09-19)
Bug Fixes
- pylint_per_file_ignores/init.py: this change fixes loading custom pyproject.toml files which is caused due to tomllib (c247fdd)
v1.3.0
1.3.0 (2023-08-04)
Features
v1.2.1
1.2.1 (2023-05-15)
Bug Fixes
- message matching: fixed message id matching function (0b2209e), closes #54
v1.2.0
1.2.0 (2023-02-13)
Features
- augment checker.has_message() first before falling back to augmenting visit methods (85b83d2)
Performance Improvements
- cache resolved symbols to speedup suppress (978e918)
v1.1.0
1.1.0 (2022-12-12)
Features
- python: dropped python 3.7 support (dc578db)
v1.0.0
1.0.0 (2022-11-18)
Features
- initial release: pylint-per-file-ignores (020ec47)