diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-05 21:55:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-05 21:55:45 +0800 |
commit | 31eef1fbfdf0cba834105ec54a7ff595770c2074 (patch) | |
tree | a27285890d4424ebbb91692ebf9bc737a776682f /devel/Makefile | |
parent | 6bfebd29c67eb2cda2bb4ac48918be07e18e4778 (diff) | |
download | freebsd-ports-gnome-31eef1fbfdf0cba834105ec54a7ff595770c2074.tar.gz freebsd-ports-gnome-31eef1fbfdf0cba834105ec54a7ff595770c2074.tar.zst freebsd-ports-gnome-31eef1fbfdf0cba834105ec54a7ff595770c2074.zip |
- Add py-flake8-quotes, py3-flake8-quotes
Flake8 lint for quotes.
WWW: https://pypi.python.org/pypi/flake8-quotes
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0aa4c0b6e8d3..12ff8a9c522a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4242,6 +4242,7 @@ SUBDIR += py-five.globalrequest SUBDIR += py-five.localsitemanager SUBDIR += py-flake8 + SUBDIR += py-flake8-quotes SUBDIR += py-flask-babel SUBDIR += py-flexmock SUBDIR += py-foolscap @@ -4867,6 +4868,7 @@ SUBDIR += py3-click SUBDIR += py3-dbus SUBDIR += py3-flake8 + SUBDIR += py3-flake8-quotes SUBDIR += py3-gobject3 SUBDIR += py3-hgtools SUBDIR += py3-jsonschema |