diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f569838..2173801 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/asottile/reorder_python_imports - rev: v2.3.6 + rev: v3.0.1 hooks: - id: reorder-python-imports - repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.4' + rev: '3.9.2' hooks: - id: flake8 args: ["--max-line-length=1000"] language_version: python3 - repo: https://github.com/pycqa/pydocstyle - rev: 5.1.1 + rev: 6.1.1 hooks: - id: pydocstyle args: