Skip to content

Commit

Permalink
Autoupdate .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 19, 2021
1 parent ec79ab7 commit 11eff02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.11b1
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.10.1
hooks:
- id: isort

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 11eff02

Please sign in to comment.