diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 878a427..3f6cf0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: # https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082 - --filter-files - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black args: [--safe] @@ -72,7 +72,7 @@ repos: - subprocess-tee - typer>=0.7.0 - repo: https://github.com/pycqa/pylint - rev: v2.17.1 + rev: v3.0.0a6 hooks: - id: pylint additional_dependencies: