Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#114)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/PyCQA/pylint: v2.15.6 → v2.15.9](pylint-dev/pylint@v2.15.6...v2.15.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
pre-commit-ci[bot] and ssbarnea committed Dec 20, 2022
1 parent 4ffa55b commit 428fed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace
- id: check-executables-have-shebangs
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand All @@ -33,7 +33,7 @@ repos:
- types-setuptools
- types-docutils
- repo: https://github.com/PyCQA/pylint
rev: v2.15.6
rev: v2.15.9
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 428fed3

Please sign in to comment.