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: samuelcolvin/python-devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: samuelcolvin/python-devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 7 commits
  • 32 files changed
  • 3 contributors

Commits on Feb 6, 2023

  1. added support for sqlalchemy2 (#120)

    * added support for sqlalchemy2
    
    * added declarative_base support for sqlalchemy 2.0
    
    * fixed sqlalchemy.exc.MovedIn20Warning. using sqlalchemy.orm.declarative_base
    
    * make check happy
    
    * simplified the sqlalchemy check
    
    * making black happy
    
    * added support of deferred fields
    
    * yet another sqlalchemy check
    
    * made mypy happier
    
    ---------
    
    Co-authored-by: victor naumov <vty@gin.ntt.net>
    the-vty and victor naumov authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    abed0a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. switch to ruff (#124)

    * switch to ruff
    
    * revert tests/test_expr_render.py
    
    * fix pyproject.toml, etc.
    
    * switch to pinned dependencies
    
    * switch to 3.7 deps
    
    * skip some tests on 3.7, add pre-commit
    samuelcolvin authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    8f087b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5ff65 View commit details
    Browse the repository at this point in the history
  3. support displaying ast types (#125)

    * support displaying ast types
    
    * support 3.7 & 3.8
    samuelcolvin authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f0e0fb2 View commit details
    Browse the repository at this point in the history
  4. Insert assert (#126)

    * support displaying ast types
    
    * support 3.7 & 3.8
    
    * skip tests on older python
    
    * add insert_assert pytest fixture
    
    * use newest pytest-pretty
    
    * try to fix CI
    
    * fix mypy and black
    
    * add pytest to for mypy
    
    * fix mypy
    
    * change code to install debug in fixture
    
    * tweak install instructions
    samuelcolvin authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    61c6b67 View commit details
    Browse the repository at this point in the history
  5. uprev

    samuelcolvin committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f416c9b View commit details
    Browse the repository at this point in the history
  6. uprev mypy

    samuelcolvin committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    71edb0d View commit details
    Browse the repository at this point in the history
Loading