Merge pull request #79 from alufers/pre-commit-ci-update-config

pull/80/head
Albert Koczy 2 years ago committed by GitHub
commit ac63019e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ repos:
- id: check-merge-conflict - id: check-merge-conflict
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.7.0
hooks: hooks:
- id: black - id: black
args: [--config=pyproject.toml] args: [--config=pyproject.toml]
@ -29,7 +29,7 @@ repos:
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/PyCQA/docformatter - repo: https://github.com/PyCQA/docformatter
rev: v1.7.4 rev: v1.7.5
hooks: hooks:
- id: docformatter - id: docformatter
args: args:

Loading…
Cancel
Save