Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#210)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/asottile/pyupgrade: v3.8.0 → v3.10.1
   - github.com/PyCQA/flake8: 6.0.0 → 6.1.0
   - github.com/psf/black-pre-commit-mirror: 23.3.0 → 23.7.0
  • Loading branch information
pre-commit-ci[bot] authored Aug 11, 2023
1 parent cc6b851 commit bfff59a
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 @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -31,7 +31,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

Expand All @@ -41,15 +41,15 @@ repos:
- id: absolufy-imports

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black-jupyter

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==3.8.0]
additional_dependencies: [pyupgrade==3.10.1]
args: ["--py37-plus"]
- id: nbqa-isort
additional_dependencies: [isort==5.12.0]

0 comments on commit bfff59a

Please sign in to comment.