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/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.8](pylint-dev/pylint@v2.15.6...v2.15.8)
  • Loading branch information
pre-commit-ci[bot] committed Dec 13, 2022
1 parent baf46cd commit 4939710
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.8
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 4939710

Please sign in to comment.