Skip to content

Commit 2750e45

Browse files
pre-commit-ci[bot]aulemahaldcherian
authored
[pre-commit.ci] pre-commit autoupdate (#367)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.981](pre-commit/mirrors-mypy@v0.961...v0.981) - [github.com/rstcheck/rstcheck: v5.0.0 → v6.1.0](rstcheck/rstcheck@v5.0.0...v6.1.0) - [github.com/executablebooks/mdformat: 0.7.14 → 0.7.16](hukkin/mdformat@0.7.14...0.7.16) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.5.2](nbQA-dev/nbQA@1.3.1...1.5.2) - [github.com/asottile/pyupgrade: v2.34.0 → v2.38.2](asottile/pyupgrade@v2.34.0...v2.38.2) - [github.com/keewis/blackdoc: v0.3.4 → v0.3.7](keewis/blackdoc@v0.3.4...v0.3.7) * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pascal Bourgault <[email protected]> Co-authored-by: Deepak Cherian <[email protected]>
1 parent c364452 commit 2750e45

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ repos:
99
files: .+\.py$
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.6.0
12+
rev: 22.8.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 5.0.4
1818
hooks:
1919
- id: flake8
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v0.961
22+
rev: v0.981
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [types-all]
@@ -31,15 +31,15 @@ repos:
3131
additional_dependencies: [sphinx]
3232

3333
- repo: https://github.com/executablebooks/mdformat
34-
rev: 0.7.14
34+
rev: 0.7.16
3535
hooks:
3636
- id: mdformat
3737
additional_dependencies:
3838
- mdformat-black
3939
- mdformat-myst
4040

4141
- repo: https://github.com/nbQA-dev/nbQA
42-
rev: 1.3.1
42+
rev: 1.5.2
4343
hooks:
4444
- id: nbqa-black
4545
- id: nbqa-pyupgrade
@@ -52,7 +52,7 @@ repos:
5252
additional_dependencies: [mdformat==0.7.14]
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v2.34.0
55+
rev: v2.38.2
5656
hooks:
5757
- id: pyupgrade
5858
args:
@@ -67,7 +67,7 @@ repos:
6767
- id: check-yaml
6868

6969
- repo: https://github.com/keewis/blackdoc
70-
rev: v0.3.4
70+
rev: v0.3.7
7171
hooks:
7272
- id: blackdoc
7373
files: .+\.py$

0 commit comments

Comments
 (0)