Skip to content

Commit 2596c87

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 22.10.0 → 23.10.1](psf/black@22.10.0...23.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 5cab0da commit 2596c87

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
@@ -3,7 +3,7 @@
33
exclude: ^reflectivity_ui/interfaces/generated/
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: check-docstring-first
@@ -20,11 +20,11 @@ repos:
2020
- id: end-of-file-fixer
2121
- id: sort-simple-yaml
2222
- repo: https://github.com/psf/black
23-
rev: 22.10.0
23+
rev: 23.10.1
2424
hooks:
2525
- id: black
2626
args: ['--line-length=119']
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.0.0
28+
rev: 6.1.0
2929
hooks:
3030
- id: flake8

0 commit comments

Comments
 (0)