[tool.ruff] # Docs: https://beta.ruff.rs/docs/ # Rules: https://beta.ruff.rs/docs/rules/ target-version = "py39" line-length = 366 ignore = ["E402","E722","E741","F401","F403","F405","F541","F822","F841"] # Exclude a variety of commonly ignored directories. exclude = [ ".git", ".mypy_cache", ".pre-commit-cache", ".ruff_cache", ".tox", ".venv", "venv", "docs", "__pycache", ]