Skip to content

Commit bfe7827

Browse files
chore(pre-commit): pre-commit autoupdate (Pycord-Development#2398)
updates: - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 530f3d4 commit bfe7827

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
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/PyCQA/autoflake
12-
rev: v2.3.0
12+
rev: v2.3.1
1313
hooks:
1414
- id: autoflake
1515
# args:
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 24.2.0
31+
rev: 24.3.0
3232
hooks:
3333
- id: black
3434
args: [--safe, --quiet]

0 commit comments

Comments
 (0)