Merge pull request #268 from Yelp/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Chris Kuehl 2022-04-04 15:26:13 -05:00 committed by GitHub
commit 8c42104f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.1
rev: v3.0.1
hooks:
- id: reorder-python-imports
args: ['--py3-plus']
@ -32,12 +32,12 @@ repos:
hooks:
- id: remove-tabs
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: ['--py3-plus']
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.1
rev: v2.2.2
hooks:
- id: add-trailing-comma
args: ['--py36-plus']

View file

@ -1,9 +1,9 @@
import os.path
import subprocess
import tempfile
from distutils.command.build import build as orig_build
from distutils.core import Command
from setuptools import Distribution
from setuptools import Extension
from setuptools import setup