diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 616d1d4..c24877f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: # Format Code - repo: https://github.com/ambv/black - rev: 22.8.0 + rev: 23.12.1 hooks: - id: black diff --git a/requirements-dev.txt b/requirements-dev.txt index 0caf836..14d5ebc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -black==22.8.0 +black==23.12.1 flake8==4.0.1 ipykernel==6.9.1 matplotlib==3.5.2