Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config (#44701)
Browse files Browse the repository at this point in the history
Co-authored-by: MarcoGorelli <MarcoGorelli@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and MarcoGorelli authored Dec 1, 2021
1 parent 4e139f6 commit d7eadde
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 @@ -9,7 +9,7 @@ repos:
- id: absolufy-imports
files: ^pandas/
- repo: https://github.com/python/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand Down Expand Up @@ -55,11 +55,11 @@ repos:
types: [text]
args: [--append-config=flake8/cython-template.cfg]
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit d7eadde

Please sign in to comment.