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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0)
- [github.com/PyCQA/pylint: v2.14.3 → v2.15.6](pylint-dev/pylint@v2.14.3...v2.15.6)
  • Loading branch information
pre-commit-ci[bot] authored Nov 28, 2022
1 parent 9431223 commit a91a3bc
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
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -16,12 +16,12 @@ repos:
- id: check-manifest

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black

- repo: https://github.com/PyCQA/pylint
rev: v2.14.3
rev: v2.15.6
hooks:
- id: pylint
args:
Expand Down

0 comments on commit a91a3bc

Please sign in to comment.