Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
- [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/nbQA-dev/nbQA: 1.3.1 → 1.4.0](nbQA-dev/nbQA@1.3.1...1.4.0)
- [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2022
1 parent 97024bb commit af4c658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ repos:
name: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
exclude: docs/source/conf.py, __pycache__
Expand All @@ -47,7 +47,7 @@ repos:
additional_dependencies: ["toml"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
rev: 1.4.0
hooks:
- id: nbqa-isort
args: [--nbqa-mutate, --nbqa-dont-skip-bad-cells]
Expand All @@ -67,7 +67,7 @@ repos:
additional_dependencies: [ "bandit[toml]" ]

- repo: https://github.com/PyCQA/doc8
rev: 0.11.2
rev: v1.0.0
hooks:
- id: doc8
args: ["--max-line-length=88", "--config=pyproject.toml", "docs"]
Expand Down

0 comments on commit af4c658

Please sign in to comment.