Skip to content

Commit

Permalink
adding rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Jun 27, 2024
1 parent 3338ab4 commit 4ec5a92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1

3 changes: 3 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
required-version = ">=0.5.0"
target-version = "py39"
[lint]
# select = [
# # "F402", # module level import not at top of file
Expand Down Expand Up @@ -30,6 +32,7 @@ ignore = [
"E402", # module level import not at top of file
"E713", # test for membership should be 'not in'
"E743", # ambiguous function name
"E712", # true-false-comparison

]

Expand Down

0 comments on commit 4ec5a92

Please sign in to comment.