Skip to content

Commit 0ed5b8b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Zac-HD/shed: 2023.3.1 → 2023.6.1](Zac-HD/shed@2023.3.1...2023.6.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.5.1](pre-commit/mirrors-mypy@v1.1.1...v1.5.1)
1 parent 417bf5d commit 0ed5b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/Zac-HD/shed
12-
rev: 2023.3.1
12+
rev: 2023.6.1
1313
hooks:
1414
- id: shed
1515
additional_dependencies: [ 'black~=23.1' ]
1616
types_or: [ python, pyi, markdown, rst ]
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.0.0
19+
rev: 6.1.0
2020
hooks:
2121
- id: flake8
2222
args: [ --max-line-length, '120' , --ignore, 'E,W']
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.1.1
25+
rev: v1.5.1
2626
hooks:
2727
- id: mypy
2828
args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]

0 commit comments

Comments
 (0)