Skip to content

Commit

Permalink
refactor: remove setup files;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 27, 2024
1 parent 4400544 commit 0d11d60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ repos:
hooks:
- id: flake8
args: [
--max-line-length=120, # refer to setup.cfg
--max-line-length=120, # refer to pyproject.toml
--extend-ignore=E203, # why ignore E203? Refer to https://github.com/PyCQA/pycodestyle/issues/373
]
18 changes: 0 additions & 18 deletions setup.cfg

This file was deleted.

52 changes: 0 additions & 52 deletions setup.py

This file was deleted.

0 comments on commit 0d11d60

Please sign in to comment.