Skip to content

Commit

Permalink
iron breaks on flake8 >5 hoping the new rolling fix will get backported
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Dec 7, 2023
1 parent 3c95f76 commit 2af2cca
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/pi/camera_streamer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(os.path.join('share', PACKAGE_NAME, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Noah Mollerstuen',
maintainer_email='noah@mollerstuen.com',
Expand Down
2 changes: 1 addition & 1 deletion src/pi/manipulators/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(os.path.join('share', PACKAGE_NAME, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Georgia Martinez, Michael Carlstrom',
maintainer_email='gcm49@case.edu, rmc170@case.edu',
Expand Down
2 changes: 1 addition & 1 deletion src/pi/pi_main/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(os.path.join('share', PACKAGE_NAME, 'udev_rules'),
glob('udev_rules/*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Michael Carlstrom',
maintainer_email='rmc170@case.edu',
Expand Down
2 changes: 1 addition & 1 deletion src/pi/pixhawk_communication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(os.path.join('share', PACKAGE_NAME, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Michael Carlstrom',
maintainer_email='rmc@carlstrom.com',
Expand Down
2 changes: 1 addition & 1 deletion src/pi/realsense/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(os.path.join('share', PACKAGE_NAME, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Michael Carlstrom',
maintainer_email='rmc170@case.edu',
Expand Down
2 changes: 1 addition & 1 deletion src/surface/flight_control/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(os.path.join('share', package_name, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy>=1.7', 'pynput'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy>=1.7', 'pynput'],
zip_safe=True,
maintainer='benjamin',
maintainer_email='bwp18@case.edu',
Expand Down
2 changes: 1 addition & 1 deletion src/surface/gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'pyqt6', 'pyqtdarktheme', 'opencv-python>=4.8.1',
'numpy>=1.26', 'pytest-qt', 'pytest-xvfb', 'flake8==5.0.4', 'mypy>=1.7'],
'numpy>=1.26', 'pytest-qt', 'pytest-xvfb', 'flake8==4.0.1', 'mypy>=1.7'],
zip_safe=True,
maintainer='Benjamin Poulin',
maintainer_email='bwp18@case.edu',
Expand Down
2 changes: 1 addition & 1 deletion src/surface/ps5_controller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(os.path.join('share', PACKAGE_NAME, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Michael Carlstrom',
maintainer_email='rmc170@case.edu',
Expand Down
2 changes: 1 addition & 1 deletion src/surface/ros2_video_streamer
2 changes: 1 addition & 1 deletion src/surface/surface_main/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(os.path.join('share', PACKAGE_NAME, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'flake8==5.0.4', 'mypy >= 1.7'],
install_requires=['setuptools', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Michael Carlstrom',
maintainer_email='rmc170@case.edu',
Expand Down

0 comments on commit 2af2cca

Please sign in to comment.