Skip to content

Commit ff2266e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.16.0 → v3.17.0](asottile/reorder-python-imports@v3.16.0...v3.17.0) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
1 parent 5774983 commit ff2266e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
language: python
1111
files: \.py$
1212
- repo: https://github.com/asottile/reorder-python-imports
13-
rev: v3.16.0
13+
rev: v3.17.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: ['--application-directories=.:src']
@@ -34,7 +34,7 @@ repos:
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v2.1.0
37+
rev: v2.3.0
3838
hooks:
3939
- id: mypy
4040
files: src/

0 commit comments

Comments
 (0)