Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent f7c8732 commit fd4173a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repos:
- id: docformatter

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.4
rev: 1.7.0
hooks:
- id: nbqa-check-ast
- id: nbqa-mypy
Expand All @@ -99,7 +99,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- id: black-jupyter
Expand All @@ -112,7 +112,7 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/PyCQA/pylint
rev: v2.17.1
rev: v3.0.0a6
hooks:
- id: pylint
args: ["--rcfile=pyproject.toml"]
Expand Down

0 comments on commit fd4173a

Please sign in to comment.