Merge pull request #828 from php-curl-class/create-pull-request/patch

Update pre-commit dependencies
This commit is contained in:
Zach Borboa
2023-12-12 19:46:22 -08:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@
# $ pre-commit autoupdate
repos:
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
name: black
@@ -22,7 +22,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.1
hooks:
- id: isort
name: isort