Skip to content

Commit

Permalink
Add noqa to file
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Aug 29, 2024
1 parent c4add03 commit 7ba9d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ unfixable = ["RUF027", "T"]
[lint.per-file-ignores]
"djlint/rules/*" = ["ARG001", "N999"]
"tests/*" = ["FBT001", "S101", "T201", "PLR2004"]
"tests/test_linter/test_linter.py" = ["N802"]

[lint.flake8-self]
ignore-names = ["_name_", "_value_"]
Expand Down
1 change: 1 addition & 0 deletions tests/test_linter/test_linter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ruff: noqa: N802
"""Djlint linter rule tests.
run::
Expand Down

0 comments on commit 7ba9d6b

Please sign in to comment.