Skip to content

Commit

Permalink
Remove flake8-commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Iaquinti committed Feb 18, 2022
1 parent 058b65a commit 13ab24f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .flake8
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 13ab24f

Please sign in to comment.