Update .pre-commit-config.yaml

This commit is contained in:
Aryan Iyappan 2021-08-21 21:33:00 +05:30 committed by GitHub
parent 7087710d02
commit a3a2f999aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,16 +13,16 @@ repos:
- --autofix - --autofix
- id: trailing-whitespace - id: trailing-whitespace
exclude: README.md exclude: README.md
- repo: https://github.com/asottile/pyupgrade - repo: git://github.com/asottile/pyupgrade
rev: v2.24.0 rev: v2.24.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/ambv/black - repo: git://github.com/ambv/black
rev: 19.3b0 rev: 19.3b0
hooks: hooks:
- id: black - id: black
language_version: python3 language_version: python3
- repo: https://github.com/PyCQA/flake8 - repo: git://github.com/PyCQA/flake8
rev: 3.8.4 rev: 3.8.4
hooks: hooks:
- id: flake8 - id: flake8