Skip to content

Commit 71f29be

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#41)
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ab0c881 commit 71f29be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.0
26+
rev: v3.15.2
2727
hooks:
2828
- id: pyupgrade
2929
args: ["--py37-plus"]
@@ -34,7 +34,7 @@ repos:
3434
- id: absolufy-imports
3535

3636
- repo: https://github.com/psf/black
37-
rev: 23.12.1
37+
rev: 24.3.0
3838
hooks:
3939
- id: black-jupyter
4040

@@ -44,7 +44,7 @@ repos:
4444
- id: yesqa
4545

4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 6.1.0
47+
rev: 7.0.0
4848
hooks:
4949
- id: flake8
5050
args: ["--count", "--statistics", "--extend-ignore='E203, E402, E501'", "--max-line-length=88"]

0 commit comments

Comments
 (0)