Skip to content

Commit c5ad754

Browse files
authored
Ruff: Add and fix N999 (#11647)
1 parent d4d01a7 commit c5ad754

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

dojo/settings/settings.dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# noqa: N999 - see https://github.com/DefectDojo/django-DefectDojo/pull/11647
12
#########################################################################################################
23
# It is not recommended to edit file 'settings.dist.py', for production deployments. #
34
# Any customization of variables need to be done via environmental variables or in 'local_settings.py'. #

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ select = [
3737
"W",
3838
"C90",
3939
"I",
40-
"N803", "N804", "N811", "N812", "N813", "N814", "N817", "N818",
40+
"N803", "N804", "N811", "N812", "N813", "N814", "N817", "N818", "N999",
4141
"D2", "D3", "D402", "D403", "D405", "D406", "D407", "D408", "D409", "D410", "D411", "D412", "D413", "D414", "D416",
4242
"UP",
4343
"YTT",

0 commit comments

Comments
 (0)