Skip to content

Commit

Permalink
Bump black version for other pre-commit hooks
Browse files Browse the repository at this point in the history
This PR/commit bumps the black version used in other pre-commit hooks as a follow up of #22598
  • Loading branch information
kaxil committed Mar 30, 2022
1 parent 7e0e7c7 commit d5d3858
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 @@ -150,11 +150,11 @@ repos:
args: [--config=./pyproject.toml]
exclude: ^airflow/_vendor/
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
alias: black
additional_dependencies: [black==21.12b0]
additional_dependencies: [black==22.3.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
Expand Down Expand Up @@ -572,7 +572,7 @@ repos:
- --max-length=70
language: python
files: ^\.pre-commit-config\.yaml$|^scripts/ci/pre_commit/pre_commit_check_pre_commit_hook_names\.py$
additional_dependencies: ['pyyaml', 'jinja2', 'black==22.1.0']
additional_dependencies: ['pyyaml', 'jinja2', 'black==22.3.0']
require_serial: true
pass_filenames: false
- id: airflow-providers-available
Expand Down

0 comments on commit d5d3858

Please sign in to comment.