Skip to content

Commit cc01ec9

Browse files
[pre-commit.ci] pre-commit autoupdate (#4601)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.1](PyCQA/isort@5.8.0...5.9.1) * Update additional mypy pre-commit dependencies * Fix reverted requirements update * Update isort dependency Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent ed03c0b commit cc01ec9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
args: [--py36-plus]
2828
exclude: *fixtures
2929
- repo: https://github.com/PyCQA/isort
30-
rev: 5.8.0
30+
rev: 5.9.1
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/psf/black
@@ -77,7 +77,7 @@ repos:
7777
types: [python]
7878
args: []
7979
require_serial: true
80-
additional_dependencies: ["types-pkg_resources==0.1.2", "types-toml==0.1.2"]
80+
additional_dependencies: ["types-pkg_resources==0.1.3", "types-toml==0.1.3"]
8181
exclude: tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|doc/|bin/
8282
- repo: https://github.com/pre-commit/mirrors-prettier
8383
rev: v2.3.1

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest-profiling~=1.7
1010
pytest-xdist~=2.3
1111
# Type packages for mypy
1212
types-pkg_resources==0.1.3
13-
types-toml==0.1.2
13+
types-toml==0.1.3

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# in .pre-commit-config.yaml
33
black==21.6b0;python_full_version>="3.6.2"
44
flake8==3.9.2
5-
isort==5.9.0
5+
isort==5.9.1
66
mypy==0.902

0 commit comments

Comments
 (0)