Skip to content

Commit

Permalink
Merge pull request jupyterhub#2946 from jupyterhub/pre-commit-ci-upda…
Browse files Browse the repository at this point in the history
…te-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
consideRatio authored Nov 29, 2022
2 parents a542fc1 + 7d37b6e commit e328b2d
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 @@ -21,7 +21,7 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.2.2
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -65,7 +65,7 @@ repos:

# Linting: Python code (see the file .flake8)
- repo: https://github.com/PyCQA/flake8
rev: "5.0.4"
rev: "6.0.0"
hooks:
- id: flake8
# Ignore style and complexity
Expand Down

0 comments on commit e328b2d

Please sign in to comment.