diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bca9689..fea9df3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,11 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: "3.11" diff --git a/.gitignore b/.gitignore index 6238ec4..fc1a596 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,5 @@ html/ # get_info update script temp__init__.py + +.DS_Store \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3160eae..5806c7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,17 +10,11 @@ repos: language: system pass_filenames: false - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 - hooks: - - id: prettier - files: \.(html|md|toml|yml|yaml) - args: [--prose-wrap=preserve] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.6.7 hooks: - id: ruff args: