Skip to content

Commit 969d7e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [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.4.2](psf/black@24.2.0...24.4.2)
1 parent eb891cd commit 969d7e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
repos:
44
# General housekeeping
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

1111
# Python code formatting
1212
- repo: https://github.com/PyCQA/autoflake
13-
rev: v2.3.0
13+
rev: v2.3.1
1414
hooks:
1515
- id: autoflake
1616
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --exclude, 'tox_docker/__init__.py']
@@ -26,7 +26,7 @@ repos:
2626
- id: isort
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.2.0
29+
rev: 24.4.2
3030
hooks:
3131
- id: black
3232
language_version: python3

0 commit comments

Comments
 (0)