Skip to content

Commit

Permalink
Merge pull request #50 from mkoura/pre_commit_autoupdate
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
mkoura committed Oct 6, 2021
2 parents e1b0aca + bf6c6fc commit 4dbf3e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.4.0
rev: v2.6.0
hooks:
- id: reorder-python-imports
language_version: python3
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 21.9b0
hooks:
- id: black
args: [--safe, --quiet]
language_version: python3
require_serial: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
language_version: python3
Expand All @@ -25,23 +25,23 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.4
rev: 3.9.2
hooks:
- id: flake8
language_version: python3
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/asottile/pyupgrade
rev: v2.10.0
rev: v2.29.0
hooks:
- id: pyupgrade
language_version: python3
- repo: https://github.com/pycqa/pydocstyle
rev: 5.1.1
rev: 6.1.1
hooks:
- id: pydocstyle
language_version: python3
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
rev: v0.7.2.1
hooks:
- id: shellcheck
- repo: local
Expand Down

0 comments on commit 4dbf3e5

Please sign in to comment.