Skip to content

Commit 9a0aed5

Browse files
author
Matheus
committed
Update .flake8
1 parent 96f33c3 commit 9a0aed5

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
22
max-line-length = 88
3-
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache
3+
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache,alembic/versions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- 2-setup-ci/cd-for-backend
87
pull_request:
98
branches:
109
- main
10+
- Computer-Progress:main
1111

1212
jobs:
1313
build:

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- 2-setup-ci/cd-for-backend
87
pull_request:
98
branches:
109
- main
10+
- Computer-Progress:main
1111

1212
jobs:
1313
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
- Computer-Progress:main
1112

1213
jobs:
1314
test:

0 commit comments

Comments
 (0)