Skip to content

Commit d16e217

Browse files
committed
Merge branch 'pr/4'
2 parents 1ac8118 + a40a618 commit d16e217

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
.vscode/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- --skip="./.*,*.csv,*.json,*.md"
2121
- --quiet-level=2
2222
exclude_types: [csv, json]
23-
- repo: https://gitlab.com/pycqa/flake8
23+
- repo: https://github.com/pycqa/flake8
2424
rev: 3.8.4
2525
hooks:
2626
- id: flake8
@@ -34,6 +34,6 @@ repos:
3434
hooks:
3535
- id: yamllint
3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.5.3
37+
rev: 5.12.0
3838
hooks:
3939
- id: isort

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The Sagemcom F@st series is used by multiple cable companies, where some cable c
2929
| Sagemcom F@st 5566 | Bell (Home Hub 3000) | md5 | username: guest, password: "" |
3030
| Sagemcom F@st 5689 | Bell (Home Hub 4000) | md5 | username: admin, password: "" |
3131
| Sagemcom F@st 5689E | Bell (Giga Hub) | sha512 | username: admin, password: "" |
32+
| Sagemcom F@st 5690 | Bell (Giga Hub) | sha512 | username: admin, password: "" |
3233
| Sagemcom F@st 5655V2 | MásMóvil | md5 | |
3334
| Sagemcom F@st 5657IL | | md5 | |
3435
| Speedport Pro | Telekom | md5 | username: admin |

0 commit comments

Comments
 (0)