Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate setup.py to pyproject.toml #8

Merged
merged 17 commits into from
Dec 19, 2023
Merged

Migrate setup.py to pyproject.toml #8

merged 17 commits into from
Dec 19, 2023

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    245d147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc95dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb3ff7 View commit details
    Browse the repository at this point in the history
  4. Add python 3.12 and pylint 3.0 compatibility

    Co-authored-by: Irtaza Akram <[email protected]>
    Co-authored-by: Stavros Ntentos <[email protected]>
    3 people committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e0526a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7fc522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dda8a03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    246232c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cbbfc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Merge branch 'master' into migrate-to-setup.cfg

    # By Stavros Ntentos (14) and others
    # Via GitHub (10) and Stavros Ntentos (1)
    * master:
      Update/Prepare Changelog for v1.1.7
      use pylint v3 in the repo
      remove support of pylint v1
      Support pylint v3
      Release v1.1.6
      Minor `.github/ISSUE_TEMPLATE/bug_report.md` improvement
      Release v1.1.5
      Improve copy-paste docstring from 8756cc4
      Fix tests running via PyCharm
      Move `--cov-report=html` to `addopts`
      Windows Artifacts have incorrect Slugification
      Release v1.1.4
      Extend coverage for `if node.name in FixtureChecker._pytest_fixtures[fixname][0].argnames:`
      Make `nsp/nate/better-unused-argument` merge-able with `origin/master`
      Improve `F6401`:`cannot-enumerate-pytest-fixtures`:
      🐛 Ignore collection failures in non-tests
      removes more false positives for unused-argument
    
    Signed-off-by: Stavros Ntentos <[email protected]>
    
    # Conflicts:
    #	.github/workflows/run-tests.yaml
    #	CHANGELOG.md
    #	setup.py
    #	tests/base_tester.py
    #	tox.ini
    
    Additionally, some minor format modifications at `CHANGELOG.md`
    stdedos committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    421809d View commit details
    Browse the repository at this point in the history
  2. Revert "Roll back from __future__ import annotations for Python 3.6"

    This reverts commit b8ce4ad.
    
    Signed-off-by: Stavros Ntentos <[email protected]>
    stdedos committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    37aea8b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Copy-paste those changes from a different branch

    Signed-off-by: Stavros Ntentos <[email protected]>
    stdedos committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    05e6359 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into migrate-to-setup.cfg

    # By Pierre Sassoulas (3) and Stavros Ntentos (1)
    * master:
      Release v1.1.7
      Upgrade python version to python 3.8 in tooling configuration
      Drop python 3.6 and 3.7
      Move everything from the setup.cfg to pyproject.toml
    
    Signed-off-by: Stavros Ntentos <[email protected]>
    stdedos committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a15ff07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    632989a View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    Pierre-Sassoulas committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    de51223 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    975e1e7 View commit details
    Browse the repository at this point in the history
  6. chmod -x setup.py

    Signed-off-by: Stavros Ntentos <[email protected]>
    stdedos committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5c6d3fb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Correct CHANGELOG.md

    Signed-off-by: Stavros Ntentos <[email protected]>
    stdedos committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2df48d8 View commit details
    Browse the repository at this point in the history