Skip to content

Commit

Permalink
Removing flake8-quotes check from CI.
Browse files Browse the repository at this point in the history
The plugin was never updated for the newer flake8 version.

See zheller/flake8-quotes#110
  • Loading branch information
sukritkalra committed Dec 2, 2022
1 parent 3a613ab commit d32cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Check Flake8 compatibility
run: |
flake8 --inline-quotes="double" ./
flake8 ./
- name: Run Tests
run: |
Expand Down

0 comments on commit d32cb71

Please sign in to comment.