Skip to content

Commit

Permalink
Merge pull request #37 from PinguDevTeam/bug/doruk/36
Browse files Browse the repository at this point in the history
Merging flake error hotfix into main
  • Loading branch information
dorukaks authored Nov 29, 2022
2 parents bf3de83 + 8ec5f84 commit 339ce03
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 @@ -14,7 +14,7 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
language: python
Expand All @@ -25,7 +25,7 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
args: ["--max-line-length=88"]
args: ["--max-line-length=88", "--extend-ignore=E203", "--doctests"]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
Expand Down

0 comments on commit 339ce03

Please # to comment.