Skip to content

Commit

Permalink
Merge pull request #1463 from jupyter/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mathbunnyru committed Sep 13, 2021
2 parents 310edeb + ddaef2c commit 9ba6800
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 @@ -5,7 +5,7 @@ ci:
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v2.26.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -19,7 +19,7 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.0
hooks:
- id: prettier

Expand All @@ -39,7 +39,7 @@ repos:

# Lint: Bash scripts
- repo: https://github.com/openstack-dev/bashate.git
rev: 2.0.0
rev: 2.1.0
hooks:
- id: bashate
args: ["--ignore=E006"]
Expand Down

0 comments on commit 9ba6800

Please sign in to comment.