diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23522351d..f3f38477f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ # Supported hooks: https://pre-commit.com/hooks.html # Running "make format" fixes most issues for you repos: - - repo: https://github.com/ambv/black - rev: 20.8b1 + - repo: https://github.com/psf/black + rev: 22.1.0 hooks: - id: black #language_version: python3.8 - repo: https://github.com/Amsterdam/schema-tools - rev: v0.18.2 + rev: v3.4.1 hooks: - id: validate-schema args: ['https://schemas.data.amsterdam.nl/schema@v1.1.1#']