Skip to content

Commit 4ecb0c8

Browse files
pre-commit-ci[bot]shaypal5
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7444074 commit 4ecb0c8

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

examples/redis_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
77
Requirements:
88
pip install redis cachier
9+
910
"""
1011

1112
import time

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ lint.ignore = [
110110
"E203",
111111
"S301",
112112
]
113+
lint.per-file-ignores."examples/**" = [
114+
"S101",
115+
]
113116
lint.per-file-ignores."src/**/__init__.py" = [
114117
"D104",
115118
]
@@ -128,9 +131,6 @@ lint.per-file-ignores."tests/**" = [
128131
"S311",
129132
"S603",
130133
]
131-
lint.per-file-ignores."examples/**" = [
132-
"S101",
133-
]
134134
lint.unfixable = [
135135
"F401",
136136
]

tests/redis_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
redis>=4.0.0
22
pandas>=1.3.0
3-
birch>=0.0.35
3+
birch>=0.0.35

0 commit comments

Comments
 (0)