Skip to content

Commit 0bea6cf

Browse files
[pre-commit.ci] pre-commit autoupdate (#44)
updates: - [github.com/asottile/add-trailing-comma.git: v3.0.0 → v3.0.1](https://github.com/asottile/add-trailing-comma.git/compare/v3.0.0...v3.0.1) - [github.com/PyCQA/flake8.git: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 233139c commit 0bea6cf

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/asottile/add-trailing-comma.git
4-
rev: v3.0.0
4+
rev: v3.0.1
55
hooks:
66
- id: add-trailing-comma
77

@@ -72,7 +72,7 @@ repos:
7272
- --strict
7373

7474
- repo: https://github.com/PyCQA/flake8.git
75-
rev: 6.0.0
75+
rev: 6.1.0
7676
hooks:
7777
- id: flake8
7878
additional_dependencies:

0 commit comments

Comments
 (0)