Skip to content

Commit a7cad6c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 24.8.0](psf/black@23.1.0...24.8.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
1 parent 656b8aa commit a7cad6c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616

1717
exclude: ".git|.tox|CHANGELOG.md|VERSION"
18-
default_stages: [commit]
18+
default_stages: [Nonepre-commitNone]
1919
fail_fast: true
2020

2121
repos:
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.4.0
23+
rev: v5.0.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer
@@ -30,24 +30,24 @@ repos:
3030
- id: requirements-txt-fixer
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 5.12.0
33+
rev: 5.13.2
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black"]
3737

3838
- repo: https://github.com/psf/black
39-
rev: 23.1.0
39+
rev: 24.8.0
4040
hooks:
4141
- id: black
4242
language_version: python3.8
4343

4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 6.0.0
45+
rev: 7.1.1
4646
hooks:
4747
- id: flake8
4848

4949
- repo: https://github.com/pre-commit/mirrors-prettier
50-
rev: v3.0.0-alpha.4
50+
rev: v4.0.0-alpha.8
5151
hooks:
5252
- id: prettier
5353
types: [yaml]

0 commit comments

Comments
 (0)