Skip to content

Commit

Permalink
Merge pull request #266 from imagej/flake8-pyproject-conda-forge
Browse files Browse the repository at this point in the history
Use flake8-pyproject conda package
  • Loading branch information
ctrueden committed Jun 23, 2023
2 parents 0ffaaf3 + ce3eb17 commit 33f8f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies:
- black >= 23.1.0
- build
- flake8
- flake8-pyproject
- flake8-typing-imports
- isort
- myst-parser
Expand All @@ -58,6 +59,5 @@ dependencies:
# Project from source
- pip
- pip:
- flake8-pyproject
- validate-pyproject[all]
- -e '.'

0 comments on commit 33f8f3e

Please sign in to comment.