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 27593f1 commit ea20d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dynamic = ['version', 'description']

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

[project.urls]
Documentation = 'https://mph.readthedocs.io'
Expand Down
2 changes: 1 addition & 1 deletion tools/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Tag commit with version number, e.g. `git tag v1.1.4`.
* Force `stable` branch to latest commit: `git branch -f stable`.
* Same for the current documentation branch: `git branch -f 1.1`.
* Run code linter: `pflake8`.
* Run code linter: `flake8p`.
* Test docs build: `python tools/docs.py`.
* Test wheel build: `python tools/wheel.py`.
* Run tests for each supported Python/OS: `python3x tools/test.py`.
Expand Down

0 comments on commit ea20d30

Please sign in to comment.