Skip to content

Commit

Permalink
Merge pull request #101 from felix-seifert/improve-linter
Browse files Browse the repository at this point in the history
ci: improve linter
  • Loading branch information
csgoh authored Apr 11, 2024
2 parents db4205c + 2efdfda commit efded3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
sparse-checkout: |
.github
ci
src
pyproject.toml
requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ markers = [

[tool.ruff]

# Lint only dir `src`
src = ["src"]
# Lint only mentioned dirs
src = ["src", "ci"]

# Ignore line length limitation
ignore = ["E501"]
lint.ignore = ["E501"]

0 comments on commit efded3c

Please sign in to comment.