Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
98524b3c
Commit
98524b3c
authored
Nov 08, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
604102a7
Pipeline
#12122
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98524b3c
...
...
@@ -35,7 +35,8 @@ lint:
paths
:
-
.cache/pip
before_script
:
-
pip install flake8
-
mkdir -p .cache/pip
-
pip install --cache-dir=.cache/pip flake8
script
:
-
echo "Linting Python code.."
-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment