Skip to content

Commit

Permalink
chore: detect ruff as a Python linter as well (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Jul 16, 2024
1 parent 047aacd commit 2f30d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gabo/internal/generator/all_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func GetOptions() []Option {
},
_Option{
"Python Linter", "lint-python", newFileMatcher("*.py"),
newPatternMatcher("pylint "),
newPatternMatcher("pylint ", "ruff "),
newGenerator(_lintPythonYaml), "lint-python.yaml",
},
_Option{
Expand Down

0 comments on commit 2f30d25

Please sign in to comment.