Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Flagsmith/flagsmith-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Choose a base ref
...
head repository: Flagsmith/flagsmith-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Jul 14, 2023

  1. Update flag-engine (#49)

    * Update flag-engine
    
    * Update black
    
    * Add updated_at
    matthewelwell authored Jul 14, 2023
    Copy the full SHA
    459a690 View commit details

Commits on Jul 27, 2023

  1. chore(release): bump version

    khvn26 authored Jul 27, 2023
    Copy the full SHA
    e9560d2 View commit details
  2. Merge pull request #52 from Flagsmith/chore/bump-3.3.0

    chore(release): bump version
    khvn26 authored Jul 27, 2023
    Copy the full SHA
    faa17f7 View commit details

Commits on Jul 31, 2023

  1. Implementation of offline mode (single client class) (#50)

    * Initial implementation of offline mode (single client class)
    
    * Use offline handler if API request fails
    
    * Improve test coverage
    matthewelwell authored Jul 31, 2023
    Copy the full SHA
    36fd7e9 View commit details
  2. Copy the full SHA
    0dea69d View commit details

Commits on Aug 8, 2023

  1. Copy the full SHA
    eaa201a View commit details

Commits on Aug 31, 2023

  1. Bump certifi from 2023.5.7 to 2023.7.22 (#56)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 31, 2023
    Copy the full SHA
    0801a95 View commit details
  2. ci/bump pytest

    dabeeeenster committed Aug 31, 2023
    Copy the full SHA
    c62665a View commit details
  3. Copy the full SHA
    d334564 View commit details

Commits on Sep 13, 2023

  1. Ensure polling thread is resilient to errors and exceptions (#60)

    * Ensure polling thread is resilient to API errors
    
    * Ensure polling thread is resilient to request exceptions
    
    * Use proper logger
    
    * Remove intermediate mocks
    
    * Prefer mocker fixture
    
    * Remove unecessary return_value with side_effect
    
    ---------
    
    Co-authored-by: Kim Gustyr <kim.gustyr@flagsmith.com>
    goncalossilva and khvn26 authored Sep 13, 2023
    Copy the full SHA
    77c8c2d View commit details

Commits on Oct 17, 2023

  1. Bump urllib3 from 2.0.4 to 2.0.7 (#64)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.4...2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2023
    Copy the full SHA
    7721dc7 View commit details

Commits on Nov 23, 2023

  1. Copy the full SHA
    96524b9 View commit details

Commits on Feb 6, 2024

  1. #61 SSE streaming manager (#73)

    * #61 SSE streaming manager
    
    * Remove extraneous import
    
    * isort fixes
    
    * Self CR
    
    * CR changes
    
    * Simplify Flagsmith.__init__ to keep flake8 happy
    
    * Remove extraneous noqa
    
    * Adds typing to new methods and tests
    
    * Remove typing.TypeAlias
    
    Incompatible with python <= 3.9
    
    * Use Optional as opposed to pipe
    bne authored Feb 6, 2024
    Copy the full SHA
    5db6d24 View commit details

Commits on Feb 28, 2024

  1. chore: remove examples (#75)

    * chore/remove examples
    
    * Update .isort.cfg
    dabeeeenster authored Feb 28, 2024
    Copy the full SHA
    cc47ae3 View commit details

Commits on Mar 7, 2024

  1. feat: Add indentity overrides to local evaluation mode (#72)

    - Bump flag-engine
    - Add environment overrides parsing
    - Add pytest-cov
    - Fix black pre-commit hook
    - Fix Flag dataclasses
    khvn26 authored Mar 7, 2024
    Copy the full SHA
    f8fd387 View commit details

Commits on Mar 13, 2024

  1. feat: strict typing (#70)

    * feat: add mypy, update tooling
    
    * feat: add type hints to core lib (#71)
    
    ---------
    
    Co-authored-by: Tushar <30565750+tushar5526@users.noreply.github.com>
    Co-authored-by: Zach Aysan <zachaysan@gmail.com>
    3 people authored Mar 13, 2024
    Copy the full SHA
    ed535de View commit details

Commits on Mar 14, 2024

  1. Copy the full SHA
    398be6c View commit details
  2. fix: Set the environment for local evaluation mode on init (#76)

    * Set the environment for local evaluation mode on init
    
    * Make tests pass with the update environment change
    
    * Fix test failure
    
    * Make update environment update local document
    
    * Use responses for polling manager tests
    
    * Lint
    
    ---------
    
    Co-authored-by: Matthew Elwell <matthew.elwell@flagsmith.com>
    zachaysan and matthewelwell authored Mar 14, 2024
    Copy the full SHA
    5fc5559 View commit details
  3. Copy the full SHA
    069373f View commit details

Commits on Mar 26, 2024

  1. Bump black from 23.12.1 to 24.3.0 (#81)

    * Bump black from 23.12.1 to 24.3.0
    
    Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.1...24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * dependabot/pip/black 24.3.0
    
    * dependabot/pip/black 24.3.0
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ben Rometsch <ben.rometsch@gmail.com>
    dependabot[bot] and dabeeeenster authored Mar 26, 2024
    Copy the full SHA
    c187ef3 View commit details
  2. Copy the full SHA
    0ebc397 View commit details

Commits on Apr 5, 2024

  1. Remove pytz and replace usage with core python modules (#80)

    Pytz is deprecated since Python 3.9. You might want to keep it for backwards
    compatibility for Python 3.8. However, turning naive datetimes into UTC timezone
    datetimes seems also possible in Python 3.8 without using the pytc library.
    MerijnBol authored Apr 5, 2024
    Copy the full SHA
    1e89eed View commit details

Commits on Apr 23, 2024

  1. docs: misc README improvements

    * Rename Readme.md to standard README.md
    * Add CONTRIBUTING.md in this repository instead of an external gist
    * Link to SDK docs with Python already selected
    rolodato committed Apr 23, 2024
    Copy the full SHA
    f054e57 View commit details
  2. Merge pull request #84 from Flagsmith/docs/readme-contributing

    docs: misc README improvements
    rolodato authored Apr 23, 2024
    Copy the full SHA
    284add3 View commit details
  3. Bump idna from 3.6 to 3.7 (#83)

    Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Copy the full SHA
    61e411d View commit details

Commits on Jul 15, 2024

  1. --- (#85)

    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Copy the full SHA
    3271805 View commit details
  2. Bump urllib3 from 2.2.1 to 2.2.2 (#87)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Copy the full SHA
    a3bf402 View commit details
  3. Bump certifi from 2024.2.2 to 2024.7.4 (#89)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Copy the full SHA
    8e51c9e View commit details

Commits on Jul 16, 2024

  1. Bump setuptools from 69.1.1 to 70.0.0 (#90)

    Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.1 to 70.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v69.1.1...v70.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Copy the full SHA
    c4d085c View commit details
  2. fix: Add a custom exception for invalid features (#86)

    * fix: Add a custom exception for invalid features
    
    * feat: add mock success response
    tushar5526 authored Jul 16, 2024
    Copy the full SHA
    fd20941 View commit details

Commits on Jul 17, 2024

  1. Copy the full SHA
    297c382 View commit details

Commits on Jul 19, 2024

  1. feat: Support transient identities and traits (#93)

    * feat: Support transient identities and traits
    - Support transient identities and traits
    - Bump requests
    - Bump mypy
    - Remove linting from CI in favour of pre-commit.ci
    khvn26 authored Jul 19, 2024
    Copy the full SHA
    0a11db5 View commit details

Commits on Jul 23, 2024

  1. chore: Add release-please (#94)

    * chore: Add release-please
    
    * add py3.12
    khvn26 authored Jul 23, 2024
    Copy the full SHA
    a37a891 View commit details

Commits on Jul 24, 2024

  1. ci: pre-commit autoupdate (#95)

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0)
    - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
    - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
    - [github.com/pycqa/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
    - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 24, 2024
    Copy the full SHA
    92e19f4 View commit details

Commits on Aug 8, 2024

  1. deps: [pre-commit.ci] pre-commit autoupdate (#97)

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
    - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
    - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 8, 2024
    Copy the full SHA
    b179c83 View commit details

Commits on Aug 12, 2024

  1. Copy the full SHA
    6f6d595 View commit details
  2. Copy the full SHA
    f7567e8 View commit details
  3. chore(main): release 3.8.0 (#96)

    * chore(main): release 3.8.0
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    flagsmithdev and pre-commit-ci[bot] authored Aug 12, 2024
    Copy the full SHA
    e1e0210 View commit details
  4. Copy the full SHA
    a2136d7 View commit details
  5. Copy the full SHA
    840bc0e View commit details
  6. chore: single source for release-please release type (#106)

    * chore: single source for release-please release type
    
    * chore: attempt fixing flaky test again
    
    * chore: reset changelog to 3.7.0
    khvn26 authored Aug 12, 2024
    Copy the full SHA
    8d69ab0 View commit details
  7. chore(main): release 3.8.0 (#107)

    * chore(main): release 3.8.0
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    flagsmithdev and pre-commit-ci[bot] authored Aug 12, 2024
    Copy the full SHA
    56cdcc1 View commit details

Commits on Sep 26, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#110)

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 26, 2024
    Copy the full SHA
    4ad5941 View commit details

Commits on Dec 16, 2024

  1. Copy the full SHA
    d59b7a3 View commit details

Commits on Mar 10, 2025

  1. Copy the full SHA
    1162494 View commit details
  2. types

    rolodato committed Mar 10, 2025
    Copy the full SHA
    9e4e877 View commit details
  3. 3.8 types

    rolodato committed Mar 10, 2025
    Copy the full SHA
    9ee29e8 View commit details

Commits on Mar 25, 2025

  1. Merge pull request #118 from Flagsmith/feat/webhook-validate

    feat: Add utility functions for webhooks
    rolodato authored Mar 25, 2025
    Copy the full SHA
    3d8df11 View commit details

Commits on Apr 1, 2025

  1. Bump virtualenv from 20.26.3 to 20.26.6 (#117)

    Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.6.
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.26.3...20.26.6)
    
    ---
    updated-dependencies:
    - dependency-name: virtualenv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2025
    Copy the full SHA
    93e3f98 View commit details
  2. [pre-commit.ci] pre-commit autoupdate (#116)

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
    - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
    - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0)
    - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0)
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 1, 2025
    Copy the full SHA
    a561d0c View commit details
31 changes: 31 additions & 0 deletions .github/workflows/add-issues-to-engineering-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Add New Issue to Engineering Project

on:
issues:
types: [opened]

jobs:
add_issue_to_project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GH_TOKEN_ADD_TO_ENG_PROJECT }}
script: |
const issueId = context.payload.issue.node_id;
const mutation = `
mutation {
addProjectV2ItemById(input: {
projectId: "${{ vars.ENGINEERING_PROJECT_ID }}",
contentId: "${issueId}"
}) {
item {
id
}
}
}
`;
await github.graphql(mutation);
56 changes: 43 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,54 @@
name: Publish Pypi Package
name: Publish to PyPI

on:
push:
tags:
- '*'
release:
types: [published]
workflow_dispatch:

env:
tag_name: ${{ github.event.release.tag_name || github.ref_name }}
artifact-name: flagsmith-python-client-${{ github.event.release.tag_name || github.ref_name }}

jobs:
package:
build:
runs-on: ubuntu-latest
name: Publish Pypi Package

steps:
- name: Cloning repo
uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.10
- uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Install Poetry
run: pipx install poetry

- name: Build Package
run: poetry build

- uses: actions/upload-artifact@v4
with:
name: ${{ env.artifact-name }}
path: dist/

- uses: softprops/action-gh-release@v2
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
ignore_dev_requirements: 'yes'
build_format: 'sdist'
tag_name: ${{ env.tag_name }}
files: dist/*

publish:
runs-on: ubuntu-latest
needs: build

permissions:
id-token: write # for pypa/gh-action-pypi-publish to authenticate with PyPI

steps:
- uses: actions/download-artifact@v4
with:
name: ${{ env.artifact-name }}
path: dist/

- uses: pypa/gh-action-pypi-publish@release/v1
43 changes: 43 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Pull Request

on:
pull_request:

jobs:
conventional-commit:
name: Conventional Commit
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check PR Conventional Commit title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: | # mirrors changelog-sections in the /release-please-config.json
feat
fix
ci
docs
deps
refactor
test
chore
- name: Auto-label PR with Conventional Commit title
uses: kramen22/conventional-release-labels@v1
with:
type_labels: |
{
"feat": "feature",
"fix": "fix",
"ci": "ci-cd",
"docs": "docs",
"deps": "dependencies",
"perf": "performance",
"refactor": "refactor",
"test": "testing",
"chore": "chore"
}
ignored_types: '[]'
24 changes: 10 additions & 14 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
name: Formatting and Tests
name: Tests

on:
- pull_request
pull_request:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
name: Pytest and Black formatting

strategy:
max-parallel: 4
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Cloning repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Check Formatting
run: |
poetry run black --check .
poetry run flake8 .
poetry run isort --check .
poetry install --with dev
- name: Run Tests
run: poetry run pytest
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update release PR

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -14,3 +14,5 @@ flagsmith.egg-info/

.envrc
.tool-versions

.coverage
28 changes: 19 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- id: mypy
args: [--strict]
additional_dependencies:
[pydantic, pytest, pytest_mock, types-requests, flagsmith-flag-engine, responses, sseclient-py]
- repo: https://github.com/PyCQA/isort
rev: 6.0.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: stable
rev: 25.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 7.2.0
hooks:
- id: flake8
name: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

ci:
autoupdate_commit_msg: 'ci: pre-commit autoupdate'
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "3.9.1"
}
Loading