Skip to content

Commit b9accef

Browse files
Update code to use updated linters
1 parent 5d58a08 commit b9accef

File tree

115 files changed

+1886
-1699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1886
-1699
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ ignore:
3232
- "*/tests/.*"
3333
- "setup.cfg"
3434
- "setup.py"
35-
- "pyproject.toml"
35+
- "pyproject.toml"

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ omit =
77
*/setup.py
88
*/__init__.py
99
*/frouros/setup.py
10-
*/frouros/tests/*
10+
*/frouros/tests/*

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ is merged. See https://github.com/blog/1506-closing-issues-via-pull-requests
1818
#### Any other comments?
1919

2020

21-
<!--Thanks for contributing!-->
21+
<!--Thanks for contributing!-->

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
steps:
1818
- uses: readthedocs/actions/preview@v1
1919
with:
20-
project-slug: "frouros"
20+
project-slug: "frouros"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ docs/source/api_reference/*/auto_generated/
139139
docs/source/api_reference/*/*/auto_generated/
140140

141141
# Tests
142-
test-result.xml
142+
test-result.xml

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ preferred-citation:
1515
orcid: "https://orcid.org/0000-0002-0013-4602"
1616
journal: "arXiv preprint arXiv:2208.06868"
1717
title: "Frouros: A Python library for drift detection in machine learning systems"
18-
year: 2022
18+
year: 2022

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# CODEOWNERS file
22

3-
* @jaime-cespedes-sisniega
3+
* @jaime-cespedes-sisniega

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include LICENSE
1+
include LICENSE

docs/source/api_reference/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ The {mod}`frouros.callbacks` module contains callbacks.
77
88
callbacks/batch
99
callbacks/streaming
10-
```
10+
```

docs/source/api_reference/callbacks/streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The {mod}`frouros.callbacks.streaming` module contains streaming callbacks.
1515
:template: class.md
1616
1717
HistoryConceptDrift
18-
```
18+
```

0 commit comments

Comments
 (0)