Skip to content

Commit f993db3

Browse files
pre-commit-ci[bot]ocefpaf
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/asottile/add-trailing-comma: v3.0.0 → v3.0.1](asottile/add-trailing-comma@v3.0.0...v3.0.1)
1 parent ab77e34 commit f993db3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
files: requirements-dev.txt
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 6.0.0
15+
rev: 6.1.0
1616
hooks:
1717
- id: flake8
1818
exclude: docs/source/conf.py
@@ -44,13 +44,13 @@ repos:
4444
- --ignore-words-list=thex
4545

4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.9.0
47+
rev: v3.10.1
4848
hooks:
4949
- id: pyupgrade
5050
args:
5151
- --py36-plus
5252

5353
- repo: https://github.com/asottile/add-trailing-comma
54-
rev: v3.0.0
54+
rev: v3.0.1
5555
hooks:
5656
- id: add-trailing-comma

0 commit comments

Comments
 (0)