Skip to content

Conversation

@nfx
Copy link
Collaborator

@nfx nfx commented Mar 26, 2024

No description provided.

@codecov
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.95%. Comparing base (90279bf) to head (52914fe).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   82.95%   82.95%           
=======================================
  Files           7        7           
  Lines         534      534           
  Branches      105      105           
=======================================
  Hits          443      443           
  Misses         55       55           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nfx nfx merged commit a54c330 into main Mar 26, 2024
@nfx nfx deleted the fix/no-cheat branch March 26, 2024 08:57
@github-actions
Copy link

✅ 17/17 passed, 2 skipped, 7m44s total

Running from acceptance #43

nfx added a commit that referenced this pull request Mar 26, 2024
* Fixed PyPI badge ([#72](#72)). In this release, we have implemented a fix to the PyPI badge in the README file of our open-source library. The PyPI badge displays the version of the package and serves as a quick reference for users. This fix ensures the accuracy and proper functioning of the badge, without involving any changes to the functionality or methods within the project. Software engineers can be assured that this update is limited to the README file, specifically the PyPI badge, and will not affect the overall functionality of the library.
* Fixed `no-cheat` check ([#71](#71)). In this release, we have made improvements to the `no-cheat` verification process for new code. Previously, the check for disabling the linter was prone to false positives when the string '# pylint: disable' appeared for reasons other than disabling the linter. The updated code now includes an additional filter to exclude the string `CHEAT` from the search, and the number of characters in the output is counted using the `wc -c` command. If the count is not zero, the script will terminate with an error message. This change enhances the accuracy of the `no-cheat` check, ensuring that the linter is being used correctly and that all new code meets our quality standards.
* Removed upper bound on `sqlglot` dependency ([#70](#70)). In this update, we have removed the upper bound on the `sqlglot` dependency version in the project's `pyproject.toml` file. Previously, the version constraint required `sqlglot` to be at least 22.3.1 but less than 22.5.0. With this modification, there will be no upper limit, enabling the project to utilize any version greater than or equal to 22.3.1. This change provides the project with the flexibility to take advantage of future bug fixes, performance improvements, and new features available in newer `sqlglot` package versions. Developers should thoroughly test the updated package version to ensure compatibility with the existing codebase.
@nfx nfx mentioned this pull request Mar 26, 2024
nfx added a commit that referenced this pull request Mar 26, 2024
* Fixed PyPI badge
([#72](#72)). In this
release, we have implemented a fix to the PyPI badge in the README file
of our open-source library. The PyPI badge displays the version of the
package and serves as a quick reference for users. This fix ensures the
accuracy and proper functioning of the badge, without involving any
changes to the functionality or methods within the project. Software
engineers can be assured that this update is limited to the README file,
specifically the PyPI badge, and will not affect the overall
functionality of the library.
* Fixed `no-cheat` check
([#71](#71)). In this
release, we have made improvements to the `no-cheat` verification
process for new code. Previously, the check for disabling the linter was
prone to false positives when the string '# pylint: disable' appeared
for reasons other than disabling the linter. The updated code now
includes an additional filter to exclude the string `CHEAT` from the
search, and the number of characters in the output is counted using the
`wc -c` command. If the count is not zero, the script will terminate
with an error message. This change enhances the accuracy of the
`no-cheat` check, ensuring that the linter is being used correctly and
that all new code meets our quality standards.
* Removed upper bound on `sqlglot` dependency
([#70](#70)). In this
update, we have removed the upper bound on the `sqlglot` dependency
version in the project's `pyproject.toml` file. Previously, the version
constraint required `sqlglot` to be at least 22.3.1 but less than
22.5.0. With this modification, there will be no upper limit, enabling
the project to utilize any version greater than or equal to 22.3.1. This
change provides the project with the flexibility to take advantage of
future bug fixes, performance improvements, and new features available
in newer `sqlglot` package versions. Developers should thoroughly test
the updated package version to ensure compatibility with the existing
codebase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants