Skip to content

Commit

Permalink
build: pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored and Simon Brugman committed Jun 23, 2021
1 parent 7e0d479 commit 47c4126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -9,8 +9,8 @@ repos:
- id: isort
files: '.*'
args: [ --profile=black, --project=popmon, --thirdparty histogrammar, --thirdparty pybase64 ]
- repo: https://gitlab.com/pycqa/flake8
rev: "3.9.0"
- repo: https://github.com/PyCQA/flake8
rev: "3.9.1"
hooks:
- id: flake8
args: [ "--select=E9,F63,F7,F82"]
Expand Down

0 comments on commit 47c4126

Please sign in to comment.