Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#805)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit: v3.2.0 → v3.2.1](pre-commit/pre-commit@v3.2.0...v3.2.1)
- [github.com/PyCQA/pylint: v2.17.0 → v2.17.1](pylint-dev/pylint@v2.17.0...v2.17.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 30, 2023
1 parent a2448d3 commit ce2a9a7
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 @@ -11,7 +11,7 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/pre-commit/pre-commit
rev: v3.2.0
rev: v3.2.1
hooks:
- id: validate_manifest
- repo: https://github.com/psf/black
Expand All @@ -24,7 +24,7 @@ repos:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.17.0
rev: v2.17.1
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand Down

0 comments on commit ce2a9a7

Please sign in to comment.