diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72dc1bfd..d6dd3e68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.23.3 + rev: v2.25.0 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -24,7 +24,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.8b0 hooks: - id: black args: @@ -44,11 +44,11 @@ repos: - id: tox-ini-fmt args: [ "-p", "fix" ] - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: v1.11.0 hooks: - id: blacken-docs additional_dependencies: - - black==21.7b0 + - black==21.8b0 - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 hooks: @@ -67,7 +67,7 @@ repos: - id: flake8 additional_dependencies: - flake8-bugbear==21.4.3 - - flake8-comprehensions==3.5 + - flake8-comprehensions==3.6.1 - flake8-pytest-style==1.5 - flake8-spellcheck==0.24 - flake8-unused-arguments==0.0.6 |