Merge pull request #923 from jupyterhub/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Erik Sundell
2023-07-05 14:34:18 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
repos: repos:
# Autoformat: Python code, syntax patterns are modernized # Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.4.0 rev: v3.8.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: args:
@@ -22,7 +22,7 @@ repos:
# Autoformat: Python code # Autoformat: Python code
- repo: https://github.com/PyCQA/autoflake - repo: https://github.com/PyCQA/autoflake
rev: v2.1.1 rev: v2.2.0
hooks: hooks:
- id: autoflake - id: autoflake
# args ref: https://github.com/PyCQA/autoflake#advanced-usage # args ref: https://github.com/PyCQA/autoflake#advanced-usage