Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 3e8fb21

Browse files
authored
Merge pull request #6 from ItsRqtl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0a03e43 + 8aa597d commit 3e8fb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: check-merge-conflict
3030
name: Merge Conflicts
3131
- repo: https://github.com/psf/black
32-
rev: 23.11.0
32+
rev: 23.12.0
3333
hooks:
3434
- id: black
3535
name: Black Formatting
@@ -45,7 +45,7 @@ repos:
4545
types: [file, python]
4646
args: [--max-line-length=100, --ignore=E203 E301 E302 E501 E402 E704 W503 W504]
4747
- repo: https://github.com/pycqa/isort
48-
rev: 5.13.0
48+
rev: 5.13.2
4949
hooks:
5050
- id: isort
5151
name: isort Formatting

0 commit comments

Comments
 (0)