mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade flake8/pyflakes for Py3 compatibility
This commit is contained in:
parent
232d9269e7
commit
98a40a432c
2 changed files with 5 additions and 5 deletions
|
@ -11,9 +11,9 @@ setuptools == 39.0
|
|||
toml == 0.9.2
|
||||
|
||||
# For Python linting
|
||||
flake8 == 2.4.1
|
||||
flake8 == 3.8.3
|
||||
pep8 == 1.5.7
|
||||
pyflakes == 0.8.1
|
||||
pyflakes == 2.2.0
|
||||
|
||||
# For buildbot checking
|
||||
voluptuous == 0.10.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue