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: python-validators/validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.20.0
Choose a base ref
...
head repository: python-validators/validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.20.1
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 6, 2022

  1. remove Travis CI settings (#196)

    Commit bea9e86 enabled GitHub Actions.
    Remove the .travis.yml configuration and point to GH Actions in the
    README instead.
    ktdreyer authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    66726ef View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    667c064 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Merge pull request #221 from joe733/workshop

    feat: add pyproject.toml, README.md, upd gitignore
    yozachar authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4753db0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. feat: type hints in utils.py, gh-actions

    - adds type hints in utils.py, makes it more pythonic
    - decorator package is no longer required
    - adds bandit for SAST, updates dependencies
    - migrates github action to python w/ poetry and latest versions
    yozachar committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b6255c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge pull request #223 from joe733/workshop

    feat: type hints in utils.py, gh-actions
    yozachar authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    899dd78 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. maint: follows Google's python style guide for docstrings

    - follows Google's python style guide for docstrings
    - adds flake8-docstrings as dev dependency
    - update README's workflow badge
    yozachar committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    79f5f79 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Merge pull request #224 from joe733/workshop

    maint: follows google's python style guide for docstrings
    yozachar authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    dab3a1f View commit details
    Browse the repository at this point in the history
Loading