Skip to content

Commit

Permalink
Automatically update and run pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2021
1 parent 71430e3 commit a6bfe90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ repos:

# Automatically sort imports with isort
- repo: https://github.com/timothycrosley/isort.git
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort
additional_dependencies: [toml]

# Automatic source code formatting with Black
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.5b0
hooks:
- id: black
args: [--safe, --quiet]

# Enforce style with Flake8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.2
hooks:
- id: flake8
# Exclude docstring checks, ignore E203 (see https://github.com/PyCQA/pycodestyle/issues/373)
Expand Down

0 comments on commit a6bfe90

Please sign in to comment.