Skip to content

Commit

Permalink
DX: remove line in doc/*
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Apr 25, 2024
1 parent 956e7db commit 6340b6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ version.py
# Temporary files
*.pyc
*condaenv.*
.DS_Store
.coverage
.coverage.*
.ipynb_checkpoints/
Expand Down Expand Up @@ -55,4 +56,3 @@ pyvenv*/
!codecov.yml
!environment.yml
!pyrightconfig.json
.jupyter_ystore.db
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
metadata.vscode
- repo: https://github.com/ComPWA/policy
rev: 0.3.6
rev: 0.3.7
hooks:
- id: check-dev-files
args:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,14 @@ split-on-trailing-comma = false
"PLW0602",
"PLW0603",
"PLW2901",
"RUF027", # for _latex_repr_
"RUF027",
"S101",
"S307",
"T20",
"TCH00",
]
"docs/*" = [
"D",
"E402",
"INP001",
"S101",
"S113",
Expand Down

0 comments on commit 6340b6d

Please sign in to comment.