Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3612)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/PyCQA/pylint: v2.14.3 → v2.14.4](pylint-dev/pylint@v2.14.3...v2.14.4)
- [github.com/jazzband/pip-tools: 6.6.2 → 6.8.0](jazzband/pip-tools@6.6.2...6.8.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2022
1 parent de858b1 commit 883ea89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -33,7 +33,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
- types-filelock
- types-setuptools
- repo: https://github.com/PyCQA/pylint
rev: v2.14.3
rev: v2.14.4
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -101,7 +101,7 @@ repos:
- pexpect
- testinfra
- repo: https://github.com/jazzband/pip-tools
rev: 6.6.2
rev: 6.8.0
hooks:
- id: pip-compile
entry: pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra yamllint
Expand Down

0 comments on commit 883ea89

Please sign in to comment.