diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 711389b..e5af9e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Automatically sort python imports - repo: https://github.com/pycqa/isort - rev: 7f321d375f31a2f03833bc9a548e8783f2b5c420 # frozen: 9.0.0b1 + rev: 131f4adcd5582bfc53928ab0d740eceb8b506b6c # frozen: 9.0.1 hooks: - id: isort args: [--profile, black] @@ -35,7 +35,7 @@ repos: # Check python code static typing - repo: https://github.com/pre-commit/mirrors-mypy - rev: 41e691678310dfd3833f7ab4e180ddb014310356 # frozen: v2.3.0 + rev: 7ff8d35ae36a7d2b968f2f90b4c723e292e594ee # frozen: v2.3.1 hooks: - id: mypy args: [--config, ./mypy.ini]