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: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.30.0)
- [github.com/pycqa/pylint: v2.17.0 → v3.0.0a6](pylint-dev/pylint@v2.17.0...v3.0.0a6)
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2023
1 parent 6d10222 commit 6b39672
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 @@ -19,7 +19,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -45,7 +45,7 @@ repos:
- flake8-docstrings>=1.5.0
language_version: python3
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.30.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand All @@ -63,7 +63,7 @@ repos:
- packaging
- rich>=11.0.0
- repo: https://github.com/pycqa/pylint
rev: v2.17.0
rev: v3.0.0a6
hooks:
- id: pylint
# see https://github.com/PyCQA/pylint/issues/6535
Expand Down

0 comments on commit 6b39672

Please sign in to comment.