Skip to content

Commit

Permalink
workflows, ignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
Groshev Maksim committed Aug 27, 2024
1 parent e94f8e5 commit 501e17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
run: |
pip install -r requirements-dev.txt
- name: "black"
run: black . --check --diff --color --exclude .*/config/
run: black . --check --diff --color --exclude '.*config/config.py'

0 comments on commit 501e17e

Please sign in to comment.