Skip to content

Commit 1fc7598

Browse files
committed
Update dev dependencies to their latest versions
Due to new isort v5, this slightly changes the formatting in tests.
1 parent 4c3b185 commit 1fc7598

File tree

6 files changed

+163
-162
lines changed

6 files changed

+163
-162
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,23 @@ repos:
66
exclude: scripts/example.py
77

88
- repo: https://gitlab.com/pycqa/flake8
9-
rev: 3.8.2
9+
rev: 3.8.3
1010
hooks:
1111
- id: flake8
1212
exclude: scripts/example.py
1313

1414
- repo: https://github.com/timothycrosley/isort
15-
rev: 4.3.21-2
15+
rev: 5.3.2
1616
hooks:
1717
- id: isort
18-
additional_dependencies: [toml]
19-
exclude: scripts/example.py
2018

2119
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v0.770
20+
rev: v0.782
2321
hooks:
2422
- id: mypy
2523

2624
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v3.1.0
25+
rev: v3.2.0
2826
hooks:
2927
- id: trailing-whitespace
3028
- id: end-of-file-fixer

0 commit comments

Comments
 (0)