Skip to content

Commit

Permalink
Update precommit monthly python 3.7+ (#7542)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Apr 22, 2022
1 parent c264795 commit e04d8b1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_language_version:
ci:
autofix_prs: true
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
autoupdate_schedule: quarterly
autoupdate_schedule: monthly
# submodules: true

repos:
Expand All @@ -27,8 +27,8 @@ repos:
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py36-plus]
name: Upgrade code
args: [ --py37-plus ]

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
Expand All @@ -46,13 +46,14 @@ repos:
rev: 0.7.14
hooks:
- id: mdformat
name: MD formatting
additional_dependencies:
- mdformat-gfm
- mdformat-black
exclude: |
(?x)^(
README.md
)$
(?x)^(
README.md
)$
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
Expand Down

0 comments on commit e04d8b1

Please sign in to comment.