Skip to content

Commit

Permalink
pre-commit: get rid of yesqa, it's for flake8 only
Browse files Browse the repository at this point in the history
flake8 was dropped in nteract#752
  • Loading branch information
akx committed Dec 18, 2023
1 parent 64c65da commit a81a0a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ repos:
- mdformat-gfm
- mdformat_frontmatter

- repo: https://github.com/asottile/yesqa
rev: v1.5.0
hooks:
- id: yesqa

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
hooks:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ select = [
"I", # isort
# "D", # see: https://pypi.org/project/pydocstyle
# "N", # see: https://pypi.org/project/pep8-naming
"RUF100", # unnecessary noqa comment
]
#extend-select = [
# "C4", # see: https://pypi.org/project/flake8-comprehensions
Expand Down

0 comments on commit a81a0a5

Please sign in to comment.