Kaydet (Commit) 0088900c authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

fix flake8 command

üst 69d6a8d4
...@@ -22,7 +22,7 @@ pipeline { ...@@ -22,7 +22,7 @@ pipeline {
stage('flake8') { stage('flake8') {
steps { steps {
sh """. .venv/bin/activate sh """. .venv/bin/activate
flake8 --max-complexity 7 --output-file --ignore E501,F402 flake8_results.txt darwcss/ flake8 --max-complexity 7 --output-file flake8_results.txt --ignore E501,F402 darwcss/
[ -f flake8_results.txt ] && flake8_junit flake8_results.txt test_flake8.xml;rm flake8_results.txt [ -f flake8_results.txt ] && flake8_junit flake8_results.txt test_flake8.xml;rm flake8_results.txt
""" """
} }
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="darwcss", name="darwcss",
version="0.2.3", version="0.3",
author="BTaskaya", author="BTaskaya",
author_email="batuhanosmantaskaya@gmail.com", author_email="batuhanosmantaskaya@gmail.com",
packages=find_packages(), packages=find_packages(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment