Skip to content

Commit

Permalink
ci: add dir ci to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-seifert committed Mar 18, 2024
1 parent 2d1dda7 commit 2efdfda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
4 changes: 2 additions & 2 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
lint.ignore = ["E501"]

0 comments on commit 2efdfda

Please sign in to comment.