Skip to content

Commit

Permalink
Merge pull request #566 from GoogleCloudPlatform/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
takumiohym authored Jan 8, 2025
2 parents be147b4 + ad2ce33 commit f868ddd
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 @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-black
args: [-l80]
Expand All @@ -45,12 +45,12 @@ repos:
- id: black-jupyter
args: [-l 80]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.3
hooks:
- id: pylint
args: ["--disable", "unexpected-keyword-arg,no-value-for-parameter,too-many-function-args"]

0 comments on commit f868ddd

Please sign in to comment.