Skip to content

Commit

Permalink
Merge pull request #117 from ESSS/fb-EDEN-ASIM-5423-merge-v23.1.0-to-…
Browse files Browse the repository at this point in the history
…master

Fb eden asim 5423 merge v23.1.0 to master
  • Loading branch information
prusse-martin authored Oct 24, 2023
2 parents 9d1beb3 + 44516e0 commit 51cb8a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,12 @@ jobs:
run: |
tox -e ${{matrix.env}}
codecov -t ${{secrets.CODECOV_TOKEN}} -X gcov -f coverage.xml
linting:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.7"
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Linting
run: |
tox -e linting
deploy:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'ESSS/hookman'
runs-on: ubuntu-latest

needs: [test, linting]
needs: test

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
exclude: 'test_hookman_generator/*'
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
args: [--safe, --quiet]
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py36-plus]
Expand Down

0 comments on commit 51cb8a0

Please sign in to comment.