Skip to content

Commit

Permalink
Update dev dependencies to their latest versions
Browse files Browse the repository at this point in the history
Due to new isort v5, this slightly changes the formatting in tests.
  • Loading branch information
aloisklink committed Aug 9, 2020
1 parent 4c3b185 commit 1fc7598
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 162 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,23 @@ repos:
exclude: scripts/example.py

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.2
rev: 3.8.3
hooks:
- id: flake8
exclude: scripts/example.py

- repo: https://github.com/timothycrosley/isort
rev: 4.3.21-2
rev: 5.3.2
hooks:
- id: isort
additional_dependencies: [toml]
exclude: scripts/example.py

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.770
rev: v0.782
hooks:
- id: mypy

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
Loading

0 comments on commit 1fc7598

Please sign in to comment.