Skip to content

Commit

Permalink
fix:command info
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jul 11, 2024
1 parent 25a848f commit 946d6db
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,21 @@ target-version = ['py310']
include = [
"fakeredis",
"test",
]
]
exclude = '''
(
/(
| \.git # root of the project
| \.github
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
| .*/__pycache__/.*
| /fakeredis/commands.json
)
'''

0 comments on commit 946d6db

Please sign in to comment.