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: graphql-python/graphql-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0b7
Choose a base ref
...
head repository: graphql-python/graphql-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 31 files changed
  • 1 contributor

Commits on Oct 16, 2023

  1. chore: use pre-commit and ruff (#116)

    * chore: use pre-commit with ruff
    
    * chore: fix warning: Invalid # noqa directive
    
    * fix: B023
    
    Function definition does not bind loop variable `ex`.
    
    * chore: add check-manifest pre-commit
    
    * chore: remove flake8 and isort config from setup.cfg
    
    * chore: remove black, flake8, ... from dependencies and tox
    
    * chore: add flake8-comprehensions
    
    * chore: remove pointless noqa
    
    * chore: keep type annotation syntax compatible with python 3.8
    kiendang authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9180278 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. refactor!: Drop VersionInfo in favor of tuple (#124)

    * fix: fix and refactor version tests
    
    to handle release candidates correctly
    
    * fix: remove VersionInfo entirely
    
    keep graphql_server.version_info as a plain tuple
    add tests using the packaging package to make sure
    graphql_server.version and graphql_server.version_info are PEP 440–compliant and pointing to the same version
    
    * chore: update pre-commit hooks
    kiendang authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    75a1d7d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    536721c View commit details
    Browse the repository at this point in the history
Loading