mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
This test was failing on Windows, for several reasons. Number one, the paths for the hook test were hard-coded with forward slashes as path separators. I replaced those with calls to os.path.join. Number two, the drive letter was getting in the way of the path manipulation. On Windows, I'm using os.path.splitdrive to fix that.
24 lines
408 B
Text
24 lines
408 B
Text
Project created by Tarek Ziadé.
|
|
|
|
Contributors (by order of appearance) :
|
|
|
|
- Tamás Gulácsi
|
|
- Nicolas Dumazet
|
|
- Stefan Scherfke
|
|
- Chris Adams
|
|
- Ben Bass
|
|
- Ask Solem
|
|
- Steven Kryskalla
|
|
- Gustavo Picon
|
|
- Jannis Leidel
|
|
- Miki Tebeka
|
|
- David Cramer
|
|
- Peter Teichman
|
|
- Ian Cordasco
|
|
- Oleg Broytman
|
|
- Marc Labbé
|
|
- Bruno Miguel Custódio
|
|
- Florent Xicluna
|
|
- Austin Morton
|
|
- Michael McNeil Forbes
|
|
- Christian Long
|