issues
search
nautobot
/
pylint-nautobot
Custom Pylint Rules for Nautobot
https://docs.nautobot.com/projects/pylint-nautobot/en/latest/
Other
4
stars
0
forks
source link
Release 0.3.1
#92
Closed
cmsirbu
closed
3 months ago
cmsirbu
commented
3 months ago
[0.3.1] - 2024-08-22
Changed
Remove
Tables
from fields
__all__
check (nautobot-use-fields-all) and add tests (
#83
)
Housekeeping
Removed upper bound on Python version (
#88
)
Added upper bound on pylint version (due to #89) (
#88
)
Switched tooling to
ruff
as per changes to the Nautobot App Template and removed
flake8
,
pydocstyle
, and
bandit
(
#88
)
[0.3.1] - 2024-08-22
Changed
Tables
from fields__all__
check (nautobot-use-fields-all) and add tests (#83)Housekeeping
ruff
as per changes to the Nautobot App Template and removedflake8
,pydocstyle
, andbandit
(#88)