summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-12 17:10:02 +0200
committerGitHub <noreply@github.com>2021-07-12 17:10:02 +0200
commita8739234c8e5fc4c638990c035c197ccdb5d2835 (patch)
tree1d95aae8142b3714cb4d5bedf770ba9162614006
parenta6fb91760ff1f426eef98ec928426134a9e23ef8 (diff)
downloadpylint-git-a8739234c8e5fc4c638990c035c197ccdb5d2835.tar.gz
Bump isort from 5.9.1 to 5.9.2 (#4704)
* Bump isort from 5.9.1 to 5.9.2 Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.9.1...5.9.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update .pre-commit-config.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements_test_pre_commit.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f2306ed71..cd407ad71 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
args: [--py36-plus]
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
- rev: 5.9.1
+ rev: 5.9.2
hooks:
- id: isort
- repo: https://github.com/psf/black
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 51a638120..e9967b397 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,5 +2,5 @@
# in .pre-commit-config.yaml
black==21.6b0;python_full_version>="3.6.2"
flake8==3.9.2
-isort==5.9.1
+isort==5.9.2
mypy==0.910