Skip to content

Commit ac645a5

Browse files
committed
added tests to ruff option
1 parent 4cd1908 commit ac645a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ line-length = 120
109109

110110
[tool.ruff]
111111

112-
src = ["appdaemon"]
112+
src = ["appdaemon", "tests"]
113113

114114
# Exclude a variety of commonly ignored directories.
115115
exclude = [
@@ -147,8 +147,8 @@ lint.select = ["E", "F"]
147147
lint.ignore = []
148148

149149
# Allow autofix for all enabled rules (when `--fix`) is provided.
150-
# lint.fixable = ["E", "F", "UP"]
151-
lint.fixable = ["ALL"]
150+
lint.fixable = ["E", "F", "UP"]
151+
# lint.fixable = ["ALL"]
152152
lint.unfixable = []
153153

154154
# Allow unused variables when underscore-prefixed.

0 commit comments

Comments
 (0)