diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40be533079..2ef285bea4 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-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier - repo: https://github.com/ikamensh/flynt/ - rev: "0.78" + rev: "1.0.0" hooks: - id: flynt - repo: https://github.com/pycqa/isort @@ -46,7 +46,7 @@ repos: files: \.talon$ args: ["--whitespaces-count=4"] - repo: https://github.com/wenkokke/talonfmt - rev: 1.9.5 + rev: 1.10.1 hooks: - id: talonfmt args: ["--in-place"]