-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: set a minimum version for flakeheaven (#2068)
Without this a very old flakeheaven is selected which does not work. This is likely due to the new release of flakeheaven having some version constraints that bump heads with other dependencies. Without this the flake8 step of CI fails consistently.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
flake8 | ||
flakeheaven; python_version >= '3.8.0' | ||
flakeheaven >= 2.1.3; python_version >= '3.8.0' | ||
pep8-naming |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters