zach commited on
Commit
0e51e38
·
1 Parent(s): 0f77dec

Update pyproject.toml linting rules

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -6
pyproject.toml CHANGED
@@ -79,9 +79,4 @@ select = [
79
  max-line-length = 120
80
 
81
  [tool.ruff.lint.pydocstyle]
82
- convention = "google"
83
-
84
- [tool.ruff.lint.extend-per-file-ignores]
85
- "**/*.py" = ["A001", "A002"]
86
- "**/tests/**/*.py" = ["SLF", "PLR2004", "PLR6301"]
87
- "src/myxa/cli.py" = ["T201", "T203"]
 
79
  max-line-length = 120
80
 
81
  [tool.ruff.lint.pydocstyle]
82
+ convention = "google"