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

Upgrade isort to 5.6.1 #7748

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 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
1 change: 1 addition & 0 deletions datadog_checks_base/datadog_checks/checks/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# (C) Datadog, Inc. 2018-present
# CHANGED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# CHANGED

Unless there is a reason for this line?

# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
# flake8: noqa
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_dev/datadog_checks/dev/plugin/tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Style deps:
# We pin deps in order to make CI more stable/reliable.
ISORT_DEP = 'isort[pyproject]==5.5.1'
ISORT_DEP = 'isort[pyproject]==5.6.1'
BLACK_DEP = 'black==20.8b1'
FLAKE8_DEP = 'flake8==3.8.3'
FLAKE8_BUGBEAR_DEP = 'flake8-bugbear==20.1.4'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ default_section = 'THIRDPARTY'
force_grid_wrap = 0
include_trailing_comma = true
known_first_party = 'datadog_checks'
src_paths = ''
line_length = 120
multi_line_output = 3
skip_glob = '.*,*/datadog_checks/dev/tooling/signing.py,*/datadog_checks/dev/tooling/templates/*,*/datadog_checks/*/vendor/*'
Expand Down