Skip to content

Commit

Permalink
Merge pull request #93 from itpp-labs/sync-dinar-2025
Browse files Browse the repository at this point in the history
Sync dinar 2025
  • Loading branch information
yelizariev authored Feb 26, 2025
2 parents b4ea78a + f8770e3 commit 0a587d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
python-version: "3.10"
- name: Check Python Version
run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion static-files/17.0/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: |
# Maybe reactivate this when all README files include prettier ignore tags?
^README\.md$|
# Library files can have extraneous formatting (even minimized)
/static/(src/)?lib/|
/lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
Expand Down

0 comments on commit 0a587d1

Please sign in to comment.