diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3fb382c94..c53b54ccdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v3.0.1" hooks: - id: prettier - repo: https://github.com/ikamensh/flynt/ - rev: "1.0.0" + rev: "1.0.1" hooks: - id: flynt - repo: https://github.com/pycqa/isort @@ -39,7 +39,7 @@ repos: hooks: - id: black - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.3 hooks: - id: remove-tabs types: [file]