diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95687a1c..34849d94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: hooks: - id: isort args: [ - "--profile", "black", - "--force-sort-within-sections", - "--filter-files", - "--skip-glob", "*__init__.py", - "--skip-glob", "*python/grpc/generated*", + "--profile", "black", + "--force-sort-within-sections", + "--filter-files", + "--skip-glob", "*__init__.py", + "--skip-glob", "*python/grpc/generated*", ] - repo: https://github.com/PyCQA/flake8 @@ -46,12 +46,12 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-github-workflows - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.7.1 + rev: v0.7.2 hooks: - id: add-license-headers args: