Skip to content

Commit

Permalink
Use flake8p instead of pflake8 for code linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Feb 25, 2022
1 parent d77c0f5 commit 5230a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install flit
- name: Lint code.
run: pflake8
run: flake8p

- name: Run tests.
run: pytest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dynamic = ['version', 'description']

[project.optional-dependencies]
docs = ['Sphinx', 'Furo', 'MyST-parser', 'Commonmark']
test = ['pyTest', 'pyTest-cov', 'coverage-badge', 'Flake8', 'pyproject-Flake8']
test = ['pyTest', 'pyTest-cov', 'coverage-badge', 'Flake8', 'Flake8-pyproject']

[project.urls]
Documentation = 'https://kde-diffusion.readthedocs.io'
Expand Down

0 comments on commit 5230a5e

Please sign in to comment.