blob: 4a73a48ff9c5ee83f103a8b28d6e959c18e128ac [file] [log] [blame]
Jeremy Johnson5c1364c2022-01-13 15:04:21 +00001# Copyright (c) 2021-2022 Arm Limited.
2# SPDX-License-Identifier: Apache-2.0
3
4# See https://pre-commit.com for more information
5# See https://pre-commit.com/hooks.html for more hooks
6repos:
7- repo: https://github.com/asottile/reorder_python_imports
8 rev: v2.2.0
9 hooks:
10 - id: reorder-python-imports
11
12- repo: https://github.com/psf/black
13 rev: 20.8b1
14 hooks:
15 - id: black
16
17- repo: https://gitlab.com/pycqa/flake8
18 rev: 3.7.9
19 hooks:
20 - id: flake8