diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbe7a43..a646fd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,12 +44,12 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black args: [--quiet] - repo: https://github.com/pycqa/pylint - rev: v2.14.3 + rev: v2.14.4 hooks: - id: pylint args: ["--disable=fixme"]