Skip to content

Commit

Permalink
Switch from pep8 to pycodestyle
Browse files Browse the repository at this point in the history
Update pylint version
  • Loading branch information
goughes committed May 5, 2022
1 parent eda31a4 commit deac556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# for more details please refer to official Python documentation, see
# https://www.python.org/dev/peps/pep-0440/#version-specifiers

Cheetah3~=3.2.6.post2 # wmcore,wmagent,reqmgr2,reqmon
Cheetah3~=3.2.6.post1 # wmcore,wmagent,reqmgr2,reqmon
CherryPy~=17.4.0 # wmcore,wmagent,wmagent-devtools,reqmgr2,reqmon,global-workqueue,reqmgr2ms
CMSCouchapp~=1.3.4 # wmcore,wmagent
CMSMonitoring~=0.3.4 # wmcore,wmagent,reqmgr2,reqmon,global-workqueue,reqmgr2ms
Expand All @@ -30,10 +30,10 @@ mox3~=1.1.0 # wmcore,wmagent-devtools
mysqlclient~=2.0.3 # wmcore,wmagent
nose~=1.3.7 # wmcore,wmagent-devtools
nose2~=0.10.0 # wmcore,wmagent-devtools
pep8~=1.7.1 # wmcore,wmagent-devtools
pycodestyle~=2.8.0 # wmcore,wmagent-devtools
psutil~=5.8.0 # wmcore,wmagent,wmagent-devtools,reqmgr2,reqmon,global-workqueue
pycurl~=7.43.0.6 # wmcore,wmagent,reqmgr2,reqmon,global-workqueue,reqmgr2ms
pylint~=2.7.0 # wmcore,wmagent-devtools
pylint~=2.13.5 # wmcore,wmagent-devtools
pymongo~=4.0.1 # wmcore,wmagent-devtools,reqmgr2ms
pyOpenSSL~=18.0.0 # wmcore,wmagent
pyzmq~=19.0.2 # wmcore,wmagent
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pep8]
[pycodestyle]
format=pylint
hang-closing=True
max-line-length = 160
Expand Down

0 comments on commit deac556

Please sign in to comment.