Skip to content

Commit

Permalink
Remove stale reference to flake8 (#140)
Browse files Browse the repository at this point in the history
Update ruff configuration to match rules in
https://github.com/allenporter/repo-conformance
  • Loading branch information
allenporter authored Mar 25, 2023
1 parent 54aa9a3 commit 169fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
- name: Lint with ruff
run: |
ruff check --format=github .

0 comments on commit 169fab5

Please sign in to comment.