Skip to content

Commit c95ff46

Browse files
committed
Fix codacy prospector exclude path
1 parent 766247d commit c95ff46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ engines:
66
- 'examples/**'
77
prospector:
88
exclude_paths:
9-
- deepxde/backend/backend.py
9+
- 'deepxde/backend/backend.py'
1010
exclude_paths:
1111
- 'README.md'
1212
- 'docs/**'

0 commit comments

Comments
 (0)