Merge pull request #178 from StuffAnThings/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
bobokun 2022-11-07 16:04:45 -05:00 committed by GitHub
commit a65287e311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.pre-commit-config.yaml Executable file → Normal file
View file

@ -46,8 +46,8 @@ repos:
- id: black
language_version: python3
args: [--line-length, '130']
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: [--config=.flake8]