Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Jan 20, 2023
2 parents a538959 + f501184 commit 06b5f93
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 @@ -3,29 +3,29 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: [ '--py37-plus' ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: .html|.po|.svg|.css|.xml
- id: end-of-file-fixer
exclude: .ipynb|.po|.xml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
args: [ '--profile=black' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.2
rev: 1.6.0
hooks:
- id: nbqa-black
args: [ '--target-version=py37' ]
Expand Down Expand Up @@ -54,6 +54,6 @@ ci:
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: monthly
autoupdate_schedule: quarterly
skip: [ ]
submodules: false

0 comments on commit 06b5f93

Please sign in to comment.