Merge pull request #10275 from pytest-dev/pre-commit-ci-update-config

This commit is contained in:
Bruno Oliveira 2022-09-06 08:33:51 -03:00 committed by GitHub
commit b34eb0860c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.6.0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
args: [--safe, --quiet] args: [--safe, --quiet]
@ -21,7 +21,7 @@ repos:
exclude: _pytest/(debugging|hookspec).py exclude: _pytest/(debugging|hookspec).py
language_version: python3 language_version: python3
- repo: https://github.com/myint/autoflake - repo: https://github.com/myint/autoflake
rev: v1.5.1 rev: v1.5.3
hooks: hooks:
- id: autoflake - id: autoflake
name: autoflake name: autoflake