Skip to content

Commit

Permalink
Updated actions, removed flake8, fixed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Apr 26, 2024
1 parent 7a3e191 commit 537cb5e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ repos:
- id: check-added-large-files
files: '\.py$'

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
args:
- --ignore=E203,W503
- --max-line-length=100
files: '\.py$'
additional_dependencies: [ flake8 ]



- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down

0 comments on commit 537cb5e

Please sign in to comment.