diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49bc44462..f530141d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: check-merge-conflict name: Merge Conflicts - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black name: Black Formatting @@ -45,7 +45,7 @@ repos: types: [file, python] args: [--max-line-length=100, --ignore=E203 E301 E302 E501 E402 E704 W503 W504] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.1 hooks: - id: isort name: isort Formatting