Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove flake8-commas #8695

Merged
merged 1 commit into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .flake8
Expand Up @@ -27,11 +27,6 @@ ignore=
C413, # Unnecessary list call around sorted()
C414, # Unnecessary list call within sorted().
C416, # Unnecessary list comprehension - rewrite using list().
C812, # missing trailing comma
C813, # missing trailing comma in Python 3
C815, # missing trailing comma in Python 3.5+
C816, # missing trailing comma in Python 3.6+
C819, # trailing comma prohibited
C901, # function complexity
E203, # whitespace before ‘:’
E231, # missing whitespace after ‘,’, ‘;’, or ‘:’
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.in
Expand Up @@ -14,7 +14,6 @@
flake8>=3.8 # match minimum version to oldest Python version that PostHog currently supports
flake8-bugbear==20.1.4
flake8-colors==0.1.6
flake8-commas==2.0.0
flake8-comprehensions==3.2.2
flake8-import-order==0.18.1
flake8-logging-format==0.6.0
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt
Expand Up @@ -58,8 +58,6 @@ flake8-bugbear==20.1.4
# via -r requirements-dev.in
flake8-colors==0.1.6
# via -r requirements-dev.in
flake8-commas==2.0.0
# via -r requirements-dev.in
flake8-comprehensions==3.2.2
# via -r requirements-dev.in
flake8-import-order==0.18.1
Expand All @@ -73,7 +71,6 @@ flake8==3.9.2
# -r requirements-dev.in
# flake8-bugbear
# flake8-colors
# flake8-commas
# flake8-comprehensions
# flake8-print
freezegun==0.3.15
Expand Down