Skip to content

Commit

Permalink
Merge pull request #507 from nschloe/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nschloe committed Aug 23, 2021
2 parents 95459b9 + 232762f commit b4f70cc
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
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.9.3
hooks:
- id: isort

- repo: https://github.com/python/black
rev: 21.6b0
- repo: https://github.com/psf/black
rev: 21.7b0
hooks:
- id: black
language_version: python3

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

0 comments on commit b4f70cc

Please sign in to comment.