Skip to content

Commit

Permalink
Change add_rule test invocation to pyflakes because it doesn't suppor…
Browse files Browse the repository at this point in the history
…t attributes
  • Loading branch information
MichaReiser committed Jan 4, 2025
1 parent eb1394b commit 476bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:
- name: "Install Rust toolchain"
run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2
- run: ./scripts/add_rule.py --name DoTheThing --prefix PL --code C0999 --linter pylint
- run: ./scripts/add_rule.py --name DoTheThing --prefix F --code 999 --linter pyflakes
- run: cargo check
- run: cargo fmt --all --check
- run: |
Expand Down

0 comments on commit 476bdd8

Please sign in to comment.