Skip to content

Commit

Permalink
fix: broken 'flake' on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Nov 14, 2024
1 parent 26fa011 commit 1c53e68
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 @@ -32,8 +32,8 @@ repos:
- id: black
additional_dependencies: ['click==8.0.4']

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear',]
Expand Down

0 comments on commit 1c53e68

Please sign in to comment.