Update pre-commit dependencies (#835)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
PHP Curl Class helper
2024-01-31 19:24:48 -05:00
committed by GitHub
parent 2b01355826
commit cb221cfc28
+3 -3
View File
@@ -12,17 +12,17 @@
# $ pre-commit autoupdate
repos:
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 24.1.1
hooks:
- id: black
name: black
entry: black
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.13.1
rev: 5.13.2
hooks:
- id: isort
name: isort