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/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
- [github.com/PyCQA/pylint: v2.12.2 → v2.13.4](pylint-dev/pylint@v2.12.2...v2.13.4)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2022
1 parent 0b04c8e commit d4dee04
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 @@ -11,17 +11,17 @@ repos:
".xml"

- repo: https://github.com/mgedmin/check-manifest
rev: "0.47"
rev: "0.48"
hooks:
- id: check-manifest

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

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

0 comments on commit d4dee04

Please sign in to comment.