Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#153)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/keith/pre-commit-buildifier: 6.4.0 →
6.4.0.1](keith/pre-commit-buildifier@6.4.0...6.4.0.1)
- [github.com/pre-commit/mirrors-eslint: v9.4.0 →
v9.5.0](pre-commit/mirrors-eslint@v9.4.0...v9.5.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jun 18, 2024
1 parent a1446d4 commit a014789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.4.0
rev: 6.4.0.1
hooks:
- id: buildifier
- id: buildifier-lint
Expand All @@ -34,7 +34,7 @@ repos:
- id: mypy
additional_dependencies: [types-requests==2.31.0.20240218]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v9.4.0'
rev: 'v9.5.0'
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit a014789

Please sign in to comment.