Skip to content

Commit

Permalink
Move style requirements to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 12, 2023
1 parent 978fb7c commit 1f403b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
cache-dependency-path: |
setup.py
pyproject.toml
dev-requirements.txt
style-requirements.txt
- name: Install dependencies
run: |
pip install -r dev-requirements.txt
pip install -r style-requirements.txt
- name: Clang Format
run: ./script/clang-format --check
Expand Down
9 changes: 1 addition & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
click
cmake-format
decorator
ecl_data_io
flake8
flake8-bugbear
flake8-simplify
flaky
furo
flaky
grpcio-tools
hypothesis<=6.83.0;python_version=='3.8' # ipython pinned to 8.12.2 for python 3.8 support
hypothesis;python_version>='3.9'
isort
jsonpath_ng
jupytext
oil_reservoir_synthesizer
pylint
pylint-protobuf
pytest-asyncio
pytest-benchmark
pytest-cov
Expand Down
7 changes: 7 additions & 0 deletions style-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake-format
flake8
flake8-bugbear
flake8-simplify
isort
pylint
pylint-protobuf

0 comments on commit 1f403b1

Please sign in to comment.