Skip to content

Commit

Permalink
chore: ignore fa errors in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Sep 23, 2024
1 parent 7b71cab commit 6b309d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions examples/ws_tutorial/ws_tutorial/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from datetime import datetime
import logging
import pathlib
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ exclude = ["examples", "tests"]
"F403"
]
"falcon/uri.py" = ["F401"]
"examples/*" = ["FA"]

[tool.ruff.lint.isort]
case-sensitive = false
Expand Down

0 comments on commit 6b309d3

Please sign in to comment.