diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d609c..ea7249c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,14 +17,14 @@ repos: - id: pretty-format-json - repo: https://github.com/PyCQA/isort - rev: 5.9.1 + rev: 5.10.1 hooks: - id: isort name: imports require_serial: false - repo: https://github.com/pre-commit/mirrors-yapf - rev: v0.31.0 + rev: v0.32.0 hooks: - id: yapf name: formatting @@ -32,7 +32,7 @@ repos: require_serial: false - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 name: PEP8