Skip to content

Commit 1f59292

Browse files
authored
Merge pull request #3631 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents bdb9c5e + f34e1ab commit 1f59292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141

4242
# Autoformat: Python code
4343
- repo: https://github.com/pycqa/isort
44-
rev: 6.0.0
44+
rev: 6.0.1
4545
hooks:
4646
- id: isort
4747
args:
@@ -67,12 +67,12 @@ repos:
6767

6868
# Linting: Python code (see the file .flake8)
6969
- repo: https://github.com/PyCQA/flake8
70-
rev: "7.1.1"
70+
rev: "7.1.2"
7171
hooks:
7272
- id: flake8
7373

7474
- repo: https://github.com/gruntwork-io/pre-commit
75-
rev: v0.1.25
75+
rev: v0.1.26
7676
hooks:
7777
# This requires shellcheck to be installed manually so is disabled by default
7878
- id: shellcheck

0 commit comments

Comments
 (0)