diff options
| author | Adam Janovsky | 2021-12-19 12:05:23 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2021-12-19 12:05:23 +0100 |
| commit | ec3cc1b00b7bcf91bd2549ffe61e9b52deebb13d (patch) | |
| tree | 512cac6c8cdac3d72b35077594d1c55d23efc59d | |
| parent | 898f61a64951c1053b047fe41c5cc49a05998781 (diff) | |
| download | sec-certs-ec3cc1b00b7bcf91bd2549ffe61e9b52deebb13d.tar.gz sec-certs-ec3cc1b00b7bcf91bd2549ffe61e9b52deebb13d.tar.zst sec-certs-ec3cc1b00b7bcf91bd2549ffe61e9b52deebb13d.zip | |
add flake8 to pre-commit
| -rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1a5030c..63527213 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,4 +19,7 @@ repos: - 'types-PyYAML' - 'types-python-dateutil' - 'types-requests' - + - repo: https://github.com/pycqa/flake8 + rev: '4.0.1' + hooks: + - id: flake8 |
