Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#146)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/pycqa/pylint: v2.17.1 → v3.0.0a6](pylint-dev/pylint@v2.17.1...v3.0.0a6)

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 6, 2023
1 parent 43a4f91 commit 0a8d6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
- --filter-files
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
args: [--safe]
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- subprocess-tee
- typer>=0.7.0
- repo: https://github.com/pycqa/pylint
rev: v2.17.1
rev: v3.0.0a6
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 0a8d6b1

Please sign in to comment.