Skip to content

Commit

Permalink
Bump default Flake8 version to 3.8.0 (pantsbuild#9859)
Browse files Browse the repository at this point in the history
[ci skip-rust-tests]
[ci skip-jvm-tests]
  • Loading branch information
asherf authored May 23, 2020
1 parent 0132f1b commit fa66113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/lint/flake8/subsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Flake8(PythonToolBase):
options_scope = "flake8"
default_version = "flake8>=3.7.9,<3.8"
default_version = "flake8>=3.7.9,<3.9"
default_extra_requirements = ["setuptools<45"] # NB: `<45` is for Python 2 support
default_entry_point = "flake8"
default_interpreter_constraints = ["CPython>=2.7,<3", "CPython>=3.4"]
Expand Down

0 comments on commit fa66113

Please sign in to comment.