diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27ce562..f94497d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autofix_prs: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 diff --git a/LICENSE b/LICENSE index 739c97e..d1e31ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021 Marco Gorelli +Copyright (c) 2021 PyData Development Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSES/LICENSE b/LICENSES/PANDAS_LICENSE similarity index 100% rename from LICENSES/LICENSE rename to LICENSES/PANDAS_LICENSE diff --git a/LICENSES/PYUPGRADE_LICENSE b/LICENSES/PYUPGRADE_LICENSE new file mode 100644 index 0000000..522fbe2 --- /dev/null +++ b/LICENSES/PYUPGRADE_LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2017 Anthony Sottile + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md index 6d9970d..1c6b854 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Build Status](https://github.com/MarcoGorelli/pandas-dev-flaker/workflows/tox/badge.svg)](https://github.com/MarcoGorelli/pandas-dev-flaker/actions?workflow=tox) -[![Coverage](https://codecov.io/gh/MarcoGorelli/pandas-dev-flaker/branch/main/graph/badge.svg)](https://codecov.io/gh/MarcoGorelli/pandas-dev-flaker) -[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/MarcoGorelli/pandas-dev-flaker/main.svg)](https://results.pre-commit.ci/latest/github/MarcoGorelli/pandas-dev-flaker/main) +[![Build Status](https://github.com/pandas-dev/pandas-dev-flaker/workflows/tox/badge.svg)](https://github.com/pandas-dev/pandas-dev-flaker/actions?workflow=tox) +[![Coverage](https://codecov.io/gh/pandas-dev/pandas-dev-flaker/branch/main/graph/badge.svg)](https://codecov.io/gh/pandas-dev/pandas-dev-flaker) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pandas-dev/pandas-dev-flaker/main.svg)](https://results.pre-commit.ci/latest/github/pandas-dev/pandas-dev-flaker/main) pandas-dev-flaker ================= diff --git a/contributing.md b/contributing.md index a7cf1ed..215e8cb 100644 --- a/contributing.md +++ b/contributing.md @@ -12,7 +12,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/MarcoGorelli/pandas-dev-flaker/issues. +Report bugs at https://github.com/pandas-dev/pandas-dev-flaker/issues. If you are reporting a bug, please include: @@ -42,7 +42,7 @@ articles, and such. Submit Feedback ~~~~~~~~~~~~~~~ -The best way to send feedback is to file an issue at https://github.com/MarcoGorelli/pandas-dev-flaker/issues. +The best way to send feedback is to file an issue at https://github.com/pandas-dev/pandas-dev-flaker/issues. If you are proposing a feature: @@ -56,7 +56,7 @@ Get Started! Ready to contribute? Here's how to set up ```` for local development. -1. Fork the ``pandas-dev-flaker`` repo on GitHub at https://github.com/MarcoGorelli/pandas-dev-flaker. +1. Fork the ``pandas-dev-flaker`` repo on GitHub at https://github.com/pandas-dev/pandas-dev-flaker. 2. Clone your fork locally:: $ git clone git@github.com:your_name_here/pandas-dev-flaker.git pandas-dev-flaker-dev @@ -64,7 +64,7 @@ Ready to contribute? Here's how to set up ```` for local development. 3. Set the original repository as upstream:: - $ git remote add upstream git@github.com:MarcoGorelli/pandas-dev-flaker.git + $ git remote add upstream git@github.com:pandas-dev/pandas-dev-flaker.git 4. Create a Python [virtual environment](https://realpython.com/python-virtual-environments-a-primer/), and inside it, run: diff --git a/setup.cfg b/setup.cfg index 36452da..a2ebc3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ version = 0.1.2 description = Linter for contributing to pandas long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/MarcoGorelli/pandas-dev-flaker -author = Marco Gorelli +url = https://github.com/pandas-dev/pandas-dev-flaker +author = PyData Development Team license = MIT license_file = LICENSE classifiers =