blob: 1658ca9356c8ad1c27c3930211f8865acc52cda8 [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
Jeremy Johnson5d1a3472022-03-31 09:50:06 +01008 rev: v3.0.1
Jeremy Johnson5c1364c2022-01-13 15:04:21 +00009 hooks:
10 - id: reorder-python-imports
11
12- repo: https://github.com/psf/black
Jeremy Johnson5d1a3472022-03-31 09:50:06 +010013 rev: 22.3.0
Jeremy Johnson5c1364c2022-01-13 15:04:21 +000014 hooks:
15 - id: black
16
Jeremy Johnson5d1a3472022-03-31 09:50:06 +010017- repo: https://github.com/pycqa/flake8
18 rev: 4.0.1
Jeremy Johnson5c1364c2022-01-13 15:04:21 +000019 hooks:
20 - id: flake8