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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/nbQA-dev/nbQA: 1.5.2 → 1.7.0](nbQA-dev/nbQA@1.5.2...1.7.0)
- [github.com/PyCQA/isort: 5.11.5 → 5.12.0](PyCQA/isort@5.11.5...5.12.0)
- [github.com/psf/black: 22.8.0 → 23.3.0](psf/black@22.8.0...23.3.0)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.3.1](asottile/pyupgrade@v2.38.2...v3.3.1)
- [github.com/pycqa/pylint: v2.15.3 → v3.0.0a6](pylint-dev/pylint@v2.15.3...v3.0.0a6)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent a1cebe1 commit cdb3b43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand All @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.2
rev: 1.7.0
hooks:
- id: nbqa-black
args: [-l80]
Expand All @@ -33,24 +33,24 @@ repos:
- id: nbqa-isort
args: [--profile=black, -l80]
- repo: https://github.com/PyCQA/isort
rev: 5.11.5
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black", "-l80"]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.3.0
hooks:
- id: black
args: [-l 80]
- id: black-jupyter
args: [-l 80]
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pycqa/pylint
rev: v2.15.3
rev: v3.0.0a6
hooks:
- id: pylint
args: ["--disable", "unexpected-keyword-arg,no-value-for-parameter,too-many-function-args"]

0 comments on commit cdb3b43

Please sign in to comment.