Skip to content

Commit

Permalink
use correct repo and newest version of flake8
Browse files Browse the repository at this point in the history
thanks @basepi for the heads-up
  • Loading branch information
beniwohli committed Oct 5, 2022
1 parent ba25d8d commit 7823421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repos:
- id: black
language_version: python3
exclude: elasticapm\/utils\/wrapt
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
exclude: elasticapm\/utils\/wrapt|build|src|tests|dist|conftest.py|setup.py
Expand Down

0 comments on commit 7823421

Please sign in to comment.